- This project let you chat with a given url particularly research paper links.
- The poject aims to use the advancements of LLM while using the web pages as the context.
- With advance RAG (Retrieval Augument techniques) we can chat with the web pages and get the most relevant information.
Important
In the .env, file make sure to put your own Huggingface API token enable with Inference.
- Clone the repository from github.
- cd talk_to_page
Tip
Using Makefile
- RUN
make startto start the agent for the first time - RUN
make runto restart the agent - Project will be available at http://localhost:8501
Tip
Using Doker
docker build -t talk-to-page:latest -f Dockerfile .docker run -p 8501:8501 talk-to-page:latest- Project will be available at http://localhost:8501
Tip
Using pip
- pip install .
- CMD
start-Project will be available at http://localhost:8501
Note
Searching the internet component is not release!! Please contact the developer for more information.
- Chat with web pages
- Get the most relevant information
- Use the web pages as the context
- Use the advancements of LLM
- In the Query provide a url, [there is no need of a specific format]
- Fork the repository
- Create a new branch
Note
The project will use Haystack and webui to chat with the web pages and get the most relevant information.
Tip
The project development is pause * [ ].
Note
The project is open source and free to use. The project is a mid level RAG based AI Agent, which can be used to chat with web pages and get the most relevant information. For more advanced RAG based AI Agent, please contact the developer.

