Find answers from the community

c
conic
Offline, last seen 2 months ago
Joined September 25, 2024
or is it a query parameter?
7 comments
L
c
c
conic
·

Score is none

What happens when a returned node-score is none?

Plain Text
for n in response.source_nodes:
    print(n.score)


a few of these are None
49 comments
L
c
B
I'm building a composable graph as a hamfisted attempt to modularly add or remove indices.

ComposableGraph doesn't let me do things like "tree_summarize" what traversals exist for that? I would be open to using a different means of composing indices.
10 comments
L
c
c
conic
·

Index scope

What is the scope of the index?
9 comments
L
c