Find answers from the community

T
Tush
Offline, last seen last week
Joined November 27, 2024
Hi ! I keep getting rate limit error for Azure Open Ai embedding models ! Anyone has any suggestions to help remove this error I tired following the github issues but none have worked for me so far
https://github.com/run-llama/llama_index/issues/7879
6 comments
L
T
T
Tush
·

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
·

Bm25

I want to built bm25 retriever and store it in postgress database. is that possible ?
2 comments
L
T