Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added experimental support for RAG with Vectara #24

Merged
merged 10 commits into from
Jan 16, 2024

Conversation

ijwfly
Copy link
Owner

@ijwfly ijwfly commented Jan 14, 2024

Added experimental support for RAG with Vectara. Now user can upload documents in following formats:
- Commonmark / Markdown (md extension).
- PDF/A (pdf).
- Open Office (odt).
- Microsoft Word (doc, docx).
- Microsoft Powerpoint (ppt, pptx).
- Text files (txt).
- HTML files (.html).
- LXML files (.lxml).
- RTF files (.rtf).
- ePUB files (.epub).
- Email files conforming to RFC 822.
These documents will be uploaded to Vectara, parsed, chunked and indexed for future vector search. Current implementation is experimental, this is just a bare bones.

@ijwfly ijwfly merged commit 71a7079 into master Jan 16, 2024
@ijwfly ijwfly deleted the feature/experimental-rag branch January 20, 2024 19:02
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.

1 participant