Skip to content

Commit

Permalink
Tablestore Support ChatStore/KvStore/DocStore/IndexStore. (#17473)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjtushilei authored Jan 13, 2025
1 parent b4d004b commit 2668cb7
Show file tree
Hide file tree
Showing 56 changed files with 2,806 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/chat_store/tablestore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.chat_store.tablestore
options:
members:
- TablestoreChatStore
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/docstore/tablestore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.docstore.tablestore
options:
members:
- TablestoreDocumentStore
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/index_store/tablestore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.index_store.tablestore
options:
members:
- TablestoreIndexStore
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/kvstore/tablestore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.kvstore.tablestore
options:
members:
- TablestoreKVStore
Loading

0 comments on commit 2668cb7

Please sign in to comment.