mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
Issues with Resource Retrieval and Response Length in LlamaIndex 0.2.9 #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klei30 on GitHub (Sep 24, 2024).
I have been working with LlamaIndex to create a Retrieval-Augmented Generation (RAG) setup using DuckDuckGo search. However, I encountered a couple of issues after upgrading to version 0.2.9.
Issues:
Resource Retrieval in UI:
After upgrading to version 0.2.9, I am unable to see the resources retrieved in the UI. This is concerning as I rely on the displayed resources for context in my queries.
Response Length:
I modified the max_tokens parameter to increase the length of the responses. However, I am still receiving only a small paragraph as a response, which does not meet my expectations for more detailed output.
Import Change:
I updated my import statement to:
javascript
Copy code
import { LlamaParseReader } from "llamaindex";
Despite this change, I still do not see any resources in the UI when I ask questions.
Questions:
Is there any workaround for displaying the resources in the UI?
Are there known issues related to max_tokens not functioning as expected in the latest release?
Environment:
LlamaIndex Version: 0.2.9
Setup: RAG with DuckDuckGo search
I would really appreciate if you can just suggest for the moment a stable version that works well rag agent + DuckDuckGo.
@marcusschiesser commented on GitHub (Sep 25, 2024):
can you try release 0.2.11 please?