Skip to content

Commit af5fa0a

Browse files
author
“samuele
committed
chore: update README
1 parent d723fb7 commit af5fa0a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here, the main features of the project are listed and described.
1111

1212
## All Ways to Add Tools
1313
This 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
1717
Explore 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

0 commit comments

Comments
 (0)