Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 `_.