Skip to content

Multiple RAG features#260

Open
BrandonwLii wants to merge 1 commit into
mainfrom
259-rag_index_multiple_files
Open

Multiple RAG features#260
BrandonwLii wants to merge 1 commit into
mainfrom
259-rag_index_multiple_files

Conversation

@BrandonwLii
Copy link
Copy Markdown

Features

  • Added documentation for recursive glob patterns: docs/tools/tool-library/rag-tool.md
  • Added support for indexing several files on initiation, and recursive glob patterns: src/agentic/tools/rag_tool.py
  • Added support for .py files: src/agentic/utils/file_reader.py
  • Added rag_index_multiple_files: src/agentic/utils/rag_helper.py

Notes

  • Recursive glob patterns require the recursive = True parameter to be passed into intialization of rag_tool (default: False)
  • Glob patterns use rag_index_multiple_files as they return a list
  • HTTP file paths use rag_index_file

…ary/rag-tool.md

Added support for indexing several files on initiation, and recursive glob patterns:   src/agentic/tools/rag_tool.py
Added support for .py files:   src/agentic/utils/file_reader.py
Added multiple file indexing:   src/agentic/utils/rag_helper.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rag_helper performance issues when indexing multiple files RAGTool should be able to use recursive index paths.

1 participant