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
Hey anyone can help me in understanding
Hey anyone can help me in understanding
Inactive
0
Follow
S
SUBHAM
7 months ago
Β·
Hey anyone can help me in understanding the difference in creating Knowledge Graph Index with and without "include_embeddings" field
index = KnowledgeGraphIndex.from_documents(
documents,
max_triplets_per_chunk=2,
storage_context=storage_context,
)
L
S
4 comments
Share
Open in Discord
L
Logan M
7 months ago
it will optionally embedt the extracted triples
L
Logan M
7 months ago
which can somewhat help with retrieval
S
SUBHAM
7 months ago
Hey @Logan M what happens if I do not do the embeddings, then also we are able to ask questions and get answers
L
Logan M
7 months ago
Then it just uses a sort of keyword lookup on the extracted entities vs the user query
Add a reply
Sign up and join the conversation on Discord
Join on Discord