Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smatiolids/datastax-rag-onprem


https://github.com/smatiolids/datastax-rag-onprem

Last synced: 7 days ago
JSON representation

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`