Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudmercato/jean-cloud
Cloud Mercato's RAG system
https://github.com/cloudmercato/jean-cloud
Last synced: about 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T11:34:43.000Z (7 months ago)
- Last Synced: 2024-05-20T12:43:34.258Z (7 months 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_dbUsage
-----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 `_.