This tool creates a custom search engine using VertexAI, Langchain and Streamlit. It allows users to input the URL of a website's sitemap XML file, which will serve as the knowledge base. The app then crawls the entire website, refreshes vector embeddings, and uses the information as a knowledge base to answer user queries.
Stars
3
Forks
4
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
added from langchain_community.vectorstores.faiss import FAISS
d3484fdView on GitHubMerge branch 'main' of https://github.com/datasherlock/custom-genai-search-engine
c955af6View on GitHubCreated custom sitemap loader to customize the retry behaviour and for better rate limiting support
9416877View on GitHub