Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
Tush
T
Tush
Offline
, last seen 2 days ago
Joined November 27, 2024
Contributions
Comments
Replies
T
Tush
4 days ago
·
Bm25
I keep getting error for this :
bm25_retriever = BM25Retriever.from_defaults(nodes=text_nodes, similarity_top_k=2)
error:
~llama_index/retrievers/bm25/base.py", line 119, in from_defaults
raise ValueError("Please pass exactly one of index, nodes, or docstore.")
ValueError: Please pass exactly one of index, nodes, or docstore.
Even tho I am passing the textnodes
3 comments
L
T
T
Tush
2 weeks ago
·
Bm25
I want to built bm25 retriever and store it in postgress database. is that possible ?
2 comments
L
T