Find answers from the community

D
Doğan
Offline, last seen 3 months ago
Joined September 25, 2024
Hopw can i give the hf token while trying to lone the Meta-Llama-3-8B
Cloning into 'Meta-Llama-3-8B'...
fatal: could not read Username for 'https://huggingface.co': No such device or address

6 comments
k
D
I want to create an agent that takes a query and rephrase it for an airline company
6 comments
k
D
Hi everyone, how can i get the all nodes from en existing pg vector store to use it for bm25 retriever? I've already tried to get it with:
Plain Text
index = VectorStoreIndex.from_vector_store(vector_store=vector_store)
nodes = index.docstore.docs.values()
print("nodes: ", nodes)


nodes: dict_values([])

It returns an empty dict even it has a value in the table
9 comments
D
W