Find answers from the community

Home
Members
wfzimmerman
w
wfzimmerman
Offline, last seen 3 months ago
Joined September 25, 2024
Does anyone have llama-index working with groq?
3 comments
L
w
Hi, is there a way I can predict how many API calls a given query is going to use before I send it? I am presently watching a list index / accumulate query go over 214 nodes and it is taking a very long time (hours) and has used more than 214 api calls (which I was not expecting and worries me).
2 comments
L
When I load an index from storage, I want to see some simple statistics about it--number of bytes, number/name of docs, created/modified dates, etc. How can I do that?
6 comments
J
w
T
example:

[for this node?] using the context provided by the index summary [previously calculated], identify all the distinct narrative scenes in this passage, along with all the characters who participate in each scene.
8 comments
k
A
L
w