Skip to content

Commit

Permalink
fix docs build (#16661)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Oct 23, 2024
1 parent 882e5d0 commit b9c74e1
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/docs/api_reference/llms/reka.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.llms.reka
options:
members:
- RekaAI
4 changes: 4 additions & 0 deletions docs/docs/api_reference/multi_modal_llms/reka.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.multi_modal_llms.reka
options:
members:
- RekaMultiModalLLM
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/docstore/couchbase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.docstore.couchbase
options:
members:
- CouchbaseDocumentStore
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/index_store/couchbase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.index_store.couchbase
options:
members:
- CouchbaseIndexStore
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/kvstore/couchbase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.kvstore.couchbase
options:
members:
- CouchbaseKVStore
10 changes: 10 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ nav:
- ./api_reference/llms/predibase.md
- ./api_reference/llms/premai.md
- ./api_reference/llms/qianfan.md
- ./api_reference/llms/reka.md
- ./api_reference/llms/replicate.md
- ./api_reference/llms/rungpt.md
- ./api_reference/llms/sagemaker_endpoint.md
Expand Down Expand Up @@ -1140,6 +1141,7 @@ nav:
- ./api_reference/multi_modal_llms/ollama.md
- ./api_reference/multi_modal_llms/openai.md
- ./api_reference/multi_modal_llms/openvino.md
- ./api_reference/multi_modal_llms/reka.md
- ./api_reference/multi_modal_llms/replicate.md
- ./api_reference/multi_modal_llms/zhipuai.md
- Node Parsers & Text Splitters:
Expand Down Expand Up @@ -1463,6 +1465,7 @@ nav:
- ./api_reference/storage/chat_store/upstash.md
- Docstore:
- ./api_reference/storage/docstore/azure.md
- ./api_reference/storage/docstore/couchbase.md
- ./api_reference/storage/docstore/dynamodb.md
- ./api_reference/storage/docstore/elasticsearch.md
- ./api_reference/storage/docstore/firestore.md
Expand All @@ -1484,6 +1487,7 @@ nav:
- Index Store:
- ./api_reference/storage/index_store/azure.md
- ./api_reference/storage/index_store/azurecosmosnosql.md
- ./api_reference/storage/index_store/couchbase.md
- ./api_reference/storage/index_store/dynamodb.md
- ./api_reference/storage/index_store/elasticsearch.md
- ./api_reference/storage/index_store/firestore.md
Expand All @@ -1495,6 +1499,7 @@ nav:
- Kvstore:
- ./api_reference/storage/kvstore/azure.md
- ./api_reference/storage/kvstore/azurecosmosnosql.md
- ./api_reference/storage/kvstore/couchbase.md
- ./api_reference/storage/kvstore/dynamodb.md
- ./api_reference/storage/kvstore/elasticsearch.md
- ./api_reference/storage/kvstore/firestore.md
Expand Down Expand Up @@ -2275,6 +2280,11 @@ plugins:
- ../llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-openvino
- ../llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-zhipuai
- ../llama-index-integrations/storage/chat_store/llama-index-storage-chat-store-postgres
- ../llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-reka
- ../llama-index-integrations/storage/kvstore/llama-index-storage-kvstore-couchbase
- ../llama-index-integrations/storage/docstore/llama-index-storage-docstore-couchbase
- ../llama-index-integrations/storage/index_store/llama-index-storage-index-store-couchbase
- ../llama-index-integrations/llms/llama-index-llms-reka
- redirects:
redirect_maps:
./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md
Expand Down
1 change: 0 additions & 1 deletion docs/scripts/prepare_for_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def main():
label_idx
][label]
):
print(toc_path_name)
mkdocs["nav"][examples_idx]["Examples"][
label_idx
][label].append(toc_path_name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"

[tool.llamahub]
contains_example = true
import_path = "llama_index.multi-modal-llms.reka"
import_path = "llama_index.multi_modal_llms.reka"

[tool.llamahub.class_authors]
RekaMultiModalLLM = "findalexli"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
contains_example = false
import_path = "llama_index.storage.docstore.couchbase"

[tool.llamahub.class_authors]
CouchbaseDocumentStore = "llama-index"

[tool.mypy]
disallow_untyped_defs = true
# Remove venv skip when integrated with pre-commit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
contains_example = false
import_path = "llama_index.storage.index_store.couchbase"

[tool.llamahub.class_authors]
CouchbaseIndexStore = "llama-index"

[tool.mypy]
disallow_untyped_defs = true
# Remove venv skip when integrated with pre-commit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
contains_example = false
import_path = "llama_index.storage.kvstore.couchbase"

[tool.llamahub.class_authors]
CouchbaseKVStore = "llama-index"

[tool.mypy]
disallow_untyped_defs = true
# Remove venv skip when integrated with pre-commit
Expand Down

0 comments on commit b9c74e1

Please sign in to comment.