Created
March 11, 2026 22:06
-
-
Save KaushikShresth07/104d76d75f8cd15958e937594c782960 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Web framework & server | |
| fastapi>=0.100.0,<1.0 | |
| uvicorn[standard]>=0.22.0 | |
| # LangChain (LLM orchestration) | |
| langchain>=0.3.0 | |
| langchain-groq>=0.2.0 | |
| langchain-community>=0.3.0 | |
| langchain-core>=0.3.0 | |
| langchain-huggingface>=0.1.0 | |
| langchain-text-splitters>=0.2.0 | |
| # Embeddings & vector store | |
| sentence-transformers>=2.2.0 | |
| faiss-cpu>=1.7.0 | |
| # Config & validation | |
| python-dotenv>=1.0.0 | |
| pydantic>=2.0.0 | |
| # ML (for embeddings) | |
| numpy>=1.24.0 | |
| torch>=2.0.0 | |
| transformers>=4.30.0 | |
| # HTTP & utilities | |
| requests>=2.28.0 | |
| rich>=13.0.0 | |
| # Web search (Realtime mode) | |
| tavily-python>=0.5.0 | |
| # Text-to-speech (no API key) | |
| edge-tts>=6.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment