Repository of the 2nd funathon project (NLP)
Subject's website deployed here : https://aiml4os.github.io/funathon-project2/
You will have to create and fill a .env file to manage your connections (qdrant, llm.lab, etc.).
You can use this template to make it easier :
QDRANT_URL=https://YOURNAMESPACE-qdrant.user.lab.sspcloud.fr/
QDRANT_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxx
QDRANT_API_PORT=443
LLMLAB_API_KEY=xxxxxxxxxxxxxxxxxxxxxx
LLMLAB_URL=https://llm.lab.sspcloud.fr/api
MLFLOW_TRACKING_URI=<add the MLflow server URL> (ex: ``https://projet-funathon-mlflow.user.lab.sspcloud.fr/``)
MLFLOW_TRACKING_USERNAME=<add your username>
MLFLOW_TRACKING_PASSWORD=<add your password>MLflow credentials are given in the panel that opens when you launch the MLflow service on the SSPCloud.