-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Requests #23
Comments
Another thought:
I suspect there are few ways to approach this in the prompt, instructions, and perhaps with the advanced indexing techniques... I'm not sure. |
Couple more thoughts:
Both relate to an operation I executed to indexed 65 pages from a website, and then a second prompt to identify which pages had not been updated since Feb and to draft a copy update for one of the pages. I assumed these were pre-processing requests that were going to llama-index (index llama-index first) and that the model would provide the 'draft' I requested.... I watched the system output enter a series of loops, and after about the 4th loop I realized it was repeating the same request over and over and giving the same output. I stopped the operation, but my next prompt was rejected as I had hit our rate limit... not a big deal and we're going to the next tier this week, but token management is sometimes an issue. |
Thank you very much for the feedback! Several of the things you mentioned have been added in the latest version (
Regarding the need to select an index from the list in
could you please describe in more detail, step by step with example setup? Unfortunately, I can't reproduce this problem. |
Hey Marcin, |
Hi -- Just want to say thank you for all of the updates and feature inclusions.. You're an animal and I don' t know why you're so awesome. I will be active with the tool more over the next week or so, will try to gather some more feedback. Also, loving the other input here, these are great sugestions. Question: do you want a new Issue created for everything so you can close the ticket, or is the thread here okay? |
Thanks for all the work on the app. Something that would be really useful -- would like to scrape web content more efficiently, and understand that I can use llama-index, but am not too confident with this aspect of the guide:
|
Delete responses from a conversation, or even aspects of a response. This will help improve the quality of the data being stored in the index... many conversations result in unusable outputs, misleading information, and other hallucinations, but that same conversation may have some useful outputs. Ideally we can just remove the undesired outputs.
Presets for plug-ins-- sometimes web search is needed, sometimes the file i/o, most often it's a combination, or none. It'd be helpful if the presets allowed for a pre-configured set of plugins, for switching between prompts. If that's a big lift, it would great to have a plugin quick select similar to Mode, Model, and Presets.
Group conversations, or tags -- Personally, I need to hide some conversations for screen shares, so it would be great to see only those conversations with a certain label color, or custom taxonomy (Tag or Category)
Bug? -- If the default llama-index is not base, but base still exists and you begin a chat with chat-with-file enableed, the model will not find your indexed files... Have to switch to chat with files mode, select the database and switch back to Chat.
Thanks for considering this input! Thanks for your hard work even more.
The text was updated successfully, but these errors were encountered: