You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WIP] Modify main.py to run a Simple CLI for RAG Pipeline that parse filings taken from the web scraper to extract text
• Chunking: Split into semantic chunks (200-1000 tokens)
• Embeddings: Use embedding model (Azure OpenAI)
• Vector Store: Implement ...
#11
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.