Documentation - RAG application The RAG chatbot application for the Literal platform documentation. How to use? Embed the documentation To upload the latest Literal documentation embeddings to Pinecone: cp embed-documentation/.env.example embed-documentation/.env Get an OpenAI API key here Find your Pinecone API key here pip install -r embed-documentation/requirements.txt ./embed-documentation/main.sh The Chainlit Application cp app/.env.example .env Obtain a Literal API key here Get an OpenAI API key here Find your Pinecone API key here pip install -r app/requirements.txt chainlit run app/app.py