File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Here, the main features of the project are listed and described.
1111
1212## All Ways to Add Tools
1313This section explains the various methods available for adding tools to the project.
14- [ Go to All Ways to Add Tools] ( #all-ways-to-add-tools ) +
14+ [ Go to All Ways to Add Tools] ( #all-ways-to-add-tools )
1515
1616## Video Demo
1717Explore the full potential of AutoCodeAgent by watching these demonstration videos.
@@ -421,6 +421,10 @@ The default tools are pre-implemented and fully functional, supporting the agent
421421 - A tool for ingesting text into a ChromaDB Vector database with simple RAG
422422- retrieve_simple_rag
423423 - A tool for retrieving the most similar documents to a query from a ChromaDB Vector database with simple RAG
424+ - ingest_llama_index
425+ - A tool for ingesting text into a LlamaIndex vector database
426+ - retrieve_llama_index
427+ - A tool for retrieving the most similar documents to a query from a LlamaIndex vector database
424428- ingest_hybrid_vector_graph_rag
425429 - A tool for ingesting text into a Neo4j database with hybrid vector graph RAG
426430- retrieve_hybrid_vector_graph_rag
You can’t perform that action at this time.
0 commit comments