mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 02:23:52 +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
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -154,6 +154,11 @@ key.yaml
|
|||
data
|
||||
data.ms
|
||||
examples/nb/
|
||||
examples/default__vector_store.json
|
||||
examples/docstore.json
|
||||
examples/graph_store.json
|
||||
examples/image__vector_store.json
|
||||
examples/index_store.json
|
||||
.chroma
|
||||
*~$*
|
||||
workspace/*
|
||||
|
|
@ -168,6 +173,7 @@ output
|
|||
tmp.png
|
||||
.dependencies.json
|
||||
tests/metagpt/utils/file_repo_git
|
||||
tests/data/rsp_cache.json
|
||||
*.tmp
|
||||
*.png
|
||||
htmlcov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue