https://github.com/cloudmercato/jean-cloud
Cloud Mercato's RAG system
https://github.com/cloudmercato/jean-cloud
Last synced: 11 months ago
JSON representation
Cloud Mercato's RAG system
- Host: GitHub
- URL: https://github.com/cloudmercato/jean-cloud
- Owner: cloudmercato
- License: mit
- Created: 2024-03-05T11:28:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T11:34:43.000Z (about 2 years ago)
- Last Synced: 2025-01-22T15:47:55.199Z (over 1 year ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Jean-Cloud
==========
RAG system on top of Ollama and `Cloud Mercato `_'s data.
Jean-Cloud is an AI assistant helping user getting a better understanding of Cloud Mercato's knowledge.
You can use it online (soon) or install and run it by yourself.
Installation
------------
::
docker compose build
docker compose up
docker compose exec ollama ollama pull mistral
docker compose exec jc ./manage.py migrate
docker compose exec jc ./manage.py update_index
docker compose exec jc ./manage.py refresh_db
Usage
-----
From here, you can access to the rudimentary web UI at http://yourhost:8000.
License
-------
Jean-Cloud is under MIT license. It's data comes directly from Cloud Mercato platform.
If you would like to benefit from our entire dataset please `contact us `_.
Cheers
------
Jean-Cloud is made with ❤️ by `Cloud Mercato `_.