Find answers from the community

V
V
Offline, last seen 2 months ago
Joined September 25, 2024
give me a hybrid search example
8 comments
V
L
k
can we get a stream response from openai API during query?
5 comments
k
V
is there a method to control the times of refined_response? in many time the initial_response is good enough, but it still goes to get 2 or 3 times refined_response, how to say "good enough, please stop" to query?
5 comments
V
L
k
hi, jerry. I saw the feature on new Sentence Text splitter. it will be called automatically during the opration of creating new index? an other question is: if it can split words in languages not using white space between words, like Chinese? I am using 0.4.32 mainly, and I saw error message about over length term (longer than max_chunk_limit), so I have to process document by a chinese word splitter before creating index, thus I think the build-in splitter not fits languages without white space...
17 comments
j
V
H
when creating new index, I got terminal info like this: INFO:llama_index.token_counter.token_counter:> [build_index_from_documents] Total LLM token usage: 0 tokens
INFO:llama_index.token_counter.token_counter:> [build_index_from_documents] Total embedding token usage: 212901 tokens my question is: how to store the embedding token usage into a variable?
10 comments
V
k
V
V
·

Got text node

hi, i tried the logger method, find out that it doesn't contain the context like “Got node text” part in "verbose = True" query which i want to display on the web page for doc quality analysing, what should i do to get the terminal output stored in a variable then send to web page? many thanks!
2 comments
V
L
I got this answer: "The given context information does not provide an answer to the question as it is unrelated to the topic of the passage." can we set it up to let chatgpt answer those questions that not included in given docs?
6 comments
V
L
V
V
·

Refine options

is there any news?
2 comments
L
@kapa.ai how can I get these info "> Got node text: " that comes into terminal by the "verbose=True" option in query into a str variable?
2 comments
k
llm_predictor = LLMPredictor(llm=ChatOpenAI(temperature=temperature, model_name="gpt-3.5-turbo", max_tokens=num_outputs)) new version seems prefer definition like this..
5 comments
d
V
no good ... using new version lib(gpt-index 0.5.1) and reindexed doc, still get the same error when query.
26 comments
L
V
A