denser-org / denser-retriever

An enterprise-grade AI retriever designed to streamline AI integration into your applications, ensuring cutting-edge accuracy.
https://retriever.denser.ai
MIT License
219 stars 27 forks source link

Building retrievers with multiple docs (web pages or files) #13

Closed zhiheng-huang closed 2 months ago

zhiheng-huang commented 2 months ago

Description

Support scraping pages under a given domain. As a result. we now support building retrievers with multiple webpages or documents.

make formatting All unit tests pass make test Verified the following toy experiments run okay. poetry run python experiments/index_and_query_from_docs.py poetry run python experiments/index_and_query_from_webpage.py

Related Issue

No

Type of Change

Checklist