Skip to content

Commit

Permalink
autodoc API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Nov 30, 2023
1 parent 7e46749 commit b3aa170
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/llm_connect-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# LLM connect module

Here we handle connections to various LLM services, proprietary and open source.

::: biochatter.llm_connect
5 changes: 5 additions & 0 deletions docs/podcast-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Podcast module

Here we handle generation of podcasts from texts.

::: biochatter.podcast
5 changes: 5 additions & 0 deletions docs/prompts-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Prompts module

Here we handle generation of use case-specific prompts.

::: biochatter.prompts
6 changes: 6 additions & 0 deletions docs/vectorstore-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Vectorstore module

Here we handle the application of vectorstore services to retrieval augmented
generation tasks.

::: biochatter.vectorstore
5 changes: 5 additions & 0 deletions docs/vectorstore_host-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Vectorstore host module

Here we handle connections and management of various vectorstore services.

::: biochatter.vectorstore_host
10 changes: 10 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ theme:
icon:
repo: fontawesome/brands/github

plugins:
- mkdocstrings:
default_handler: python

nav:
- Home: index.md
- Basic Usage - Chat: chat.md
Expand All @@ -41,6 +45,12 @@ nav:
- Open-source and Local LLMs: open-llm.md
- Benchmarking: benchmark.md
- Podcast my Paper: podcast.md
- API Reference:
- LLM connect: llm_connect-reference.md
- Vectorstore: vectorstore-reference.md
- Vectorstore Host: vectorstore_host-reference.md
- Prompt Engine: prompts-reference.md
- Podcast: podcast-reference.md

repo_url: https://github.com/biocypher/biochatter
repo_name: biocypher/biochatter
Expand Down
77 changes: 76 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ xinference = ["botocore", "xinference"]
pytest = "^7.4.0"
bump2version = "^1.0.1"
mkdocs-material = "^9.4.14"
mkdocstrings = {extras = ["python"], version = "^0.24.0"}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit b3aa170

Please sign in to comment.