Find answers from the community

M
Mikko
Offline, last seen 2 months ago
Joined September 25, 2024
M
Mikko
·

KG storage

Hey quick question on loading locally stored knowledge graphs - should I store with storage_context.to_dict() or with persist()? And how do I load the knowledge graph from these files? Recommendations?
15 comments
L
M
Have you seen studies whether (and for which models) it matters if the retrieved data is fed as a user, system or assistant message to OpenAI chat api?
11 comments
M
T
Anybody using the Qdrant vector index? It seems like doc_id is lost on the source nodes when querying
2 comments
M
Just saw the SQLStructStoreIndex, does this use embeddings at all?
1 comment
j
@jerryjliu0 saw your tweet about the new turbo-instruct model a few days ago, any updates regarding your hunch on its capabilities?
3 comments
M
L
j
M
Mikko
·

OpenAI Status

https://status.openai.com/ right now openai is having outages, may explain your errors as well
1 comment
H
I've got an issue where I can form a Qdrant index but cannot use the reader, it gives a "name or service not known" error. Seems to come from the Qdrant client. Anyone working with it?
8 comments
M
j
I make a query, and get a response. Response has this list of source nodes. I would like to map these to embeddings. How?
9 comments
M
j
M
Mikko
·

doc names

Are the original document names saved in the index?
6 comments
M
m
z