brylie / langflow-fastapi-htmx

Langflow chat proxy and frontend using FastAPI and HTMX
MIT License
8 stars 5 forks source link

Implement AstraDBStore and load environment variables #14

Closed brylie closed 4 months ago

brylie commented 4 months ago

This pull request adds the implementation of the AstraDBStore class, which allows querying a collection in AstraDB for relevant context. It also includes the necessary code to load environment variables from a .env file.