Skip to content

gaspardderoyan/RAG_on_website

Repository files navigation

Project to create a chatbot to ask questions on a website's data using RAG.

  1. Parse the XML of a website to get all the URLs
  2. Scrape all of the URLs as text
  3. Embeddings
  4. ... to Vector DB
  5. RAG
  6. Chatbot

List of tasks

  • Implement logic to check if document is already in vector DB

    • using log/txt file?
    • querying the db directly?
  • Create a chatbot (has access to previous messages)

  • using pinecone as a vectorstore?

  • check the last link on koyeb.com, my main app, and the llamaindex_test notebook, mashup all 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published