postgresql-qdrant-redis | v0.1.15
| Library | Version | Repository | Usage |
|---|---|---|---|
| emtechstack | latest | Go To Github |
EmTechStack AI Dev Tools for building the templates (profiles) and infrastructure. |
| langchain | 0.2.5 | Go To Github | To interact with AI LLM models and building AI enable apps |
| langchain-community | 0.2.5 | Go To Github | To interact with AI LLM models and building AI enable apps |
| langchainhub | 0.1.20 | Go To Github | To interact with AI LLM models and building AI enable apps |
| langchain-openai | 0.1.8 | Go To Github | To interact with OpenAI LLMs |
| openai | 1.35.1 | Go To Github | To interact with OpenAI LLMs |
| langchain-qdrant | 0.1.1 | Go To Github | To build interaction between chains and Qdrant |
| langgraph | 0.0.69 | Go To Github | To develop LLM enabled agentic architecture apps |
| python-dotenv | 0.21.0 | Go To Github | For env variable management |
| requests | 2.32.3 | Go To Github | To manage the requests and web interaction |
| fastapi | 0.111.0 | Go To Github | To build AI enabled backends |
| sse-starlette | 2.0.0 | Go To Github | To develop steaming by SSE approach |
| streamlit | 1.35.0 | Go To Github | To develop GUI for AI demo usecases |
| Step | Code | Description |
|---|---|---|
| Start Infra | emtechstack start-infra |
Start the Infrastructure by creating instances of PostgreSQL, Qdrant and Redis. It will also provide admin dashboards for each. |
| Start API | emtechstack start-api |
Start The API |
| Stop API | emtechstack stop-api |
Stop The API |
| Stop Infra | emtechstack stop-infra |
Stop all of the dockers related to infra and also admin dashboards as well. |