Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smatiolids/datastax-rag-onprem
https://github.com/smatiolids/datastax-rag-onprem
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smatiolids/datastax-rag-onprem
- Owner: smatiolids
- Created: 2024-04-15T15:53:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T18:20:01.000Z (7 months ago)
- Last Synced: 2024-04-22T00:14:27.863Z (7 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataStax Retrieval Augmented Generation - On Premise
## Stack
- Langchain
- CassIO
- Streamlit
- DataStax Enterprise (with Vector Search)
- Ollama + Mistral## Como executar:
- Download Ollama
- Executar `ollama run mistral`
- Copiar o _env_sample para .env
- Preencher as variáveis
- Instalar dependencias com `pip install -r requirements.txt`
- Executar com `streamlit run app.py`