No Description

SherryLiu 2346de8c96 added docker-file for 台智雲 11 months ago
Documents 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
chroma_db_ans_embedding 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
chroma_db_carbon_questions 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
.gitignore 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
=40.0.0 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
Indexing_Split.py 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
RAG_app.py 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
RAG_app_copy.py ef69f16e46 integrated taide model to RAG_strategy 11 months ago
RAG_strategy.py ef69f16e46 integrated taide model to RAG_strategy 11 months ago
README.md 2346de8c96 added docker-file for 台智雲 11 months ago
add_vectordb.py 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
docker-compose.yml 2346de8c96 added docker-file for 台智雲 11 months ago
dockerfile 2346de8c96 added docker-file for 台智雲 11 months ago
dump.rdb 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
environment.env 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
main.log 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
ollama_chat.py ec3fce5b51 able to run taide locally in ollama, not docker 11 months ago
out.gv 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
out.png 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
requirements.txt 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
requirements_semantic_search.txt 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
run.sh ef69f16e46 integrated taide model to RAG_strategy 11 months ago
semantic_cache.ipynb 40c0e98dea Runnable Version. Experimental changes and new files. 11 months ago
taide_rag.py ef69f16e46 integrated taide model to RAG_strategy 11 months ago

README.md

RAG with TAIDE Model

Running with Docker

  1. Install Docker and Docker Compose on your system.
  2. Clone this repository.
  3. Create a .env file in the project root with your API keys.
  4. Run docker-compose up --build in the project root.
  5. The application will be available at http://localhost:8000.