mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-10 16:22:37 +02:00
replace langchain with llama-index
This commit is contained in:
parent
01d40e077b
commit
cc91df59e5
13 changed files with 175 additions and 71 deletions
|
|
@ -52,5 +52,5 @@ async def test_write(mocker):
|
|||
|
||||
store = FaissStore(EXAMPLE_PATH / "example.xlsx", meta_col="Answer", content_col="Question")
|
||||
_faiss_store = store.write()
|
||||
assert _faiss_store.docstore
|
||||
assert _faiss_store.index
|
||||
assert _faiss_store.storage_context.docstore
|
||||
assert _faiss_store.storage_context.vector_store.client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue