This repo contains JSON file downloaded from langflow project. It can be imported and used in langflow code or app.
- ollama with a LLM of your choice (codellama was used in example)
- Astra DB instance and collection
- target github repo
- download ollama and run codellama model
- signup for Astra DB
- setup Astra DB vector database and collection with Nvidia Embeddings enabled
- setup Langflow and import JSON file of the flow
- add access tokens for Astra DB components
- run the flow!
hallucinations, incorrect retrieval cause incorrect outputs
enjoy!