Skip to content

Chainlit/Documentation-RAG-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published