Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Does anyone know how to build a search
Does anyone know how to build a search
Inactive
0
Follow
N
Nyse
8 months ago
Β·
Does anyone know how to build a search engine with our documents? open to ideas
W
N
4 comments
Share
Open in Discord
W
WhiteFang_Jr
8 months ago
So a basic search engine would require
Ability to understand and your query and provide answer on it.
Provide links from where you got the answers in the form of source.
Kind of like Perplexity.
You can do this with starter tutorial for llamaindex:
https://docs.llamaindex.ai/en/stable/getting_started/starter_example/
And then build from there
N
Nyse
8 months ago
is that how i retrieve relative documents? I don't need an answer to my question, just retrieve the top 50 documents based on my queries.
W
WhiteFang_Jr
8 months ago
Okay, if you dont want answer, use the retriver, set top_k to higher value and get back your top 50 documents
N
Nyse
8 months ago
Sorry for the lack of context, I have already built an agent for each document, but how do I retrieve the name of the agent. The context was the same as perplexity.
Add a reply
Sign up and join the conversation on Discord
Join on Discord