-
Notifications
You must be signed in to change notification settings - Fork 5
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
[install-help]: Responses Not Based on the Specified Directory or File Content #94
Comments
Hi, how did you confirm this? |
There seem to be two issues:
|
If I change other models, maybe it can be solved?
Nextcloud was not reinstalled during the test. I am currently trying to delete the files in persistent_storage/vector_db_data and reinstall context_chat, but it seems that there is no action to transfer the files to context_chat (I have executed php occ background-job:worker -v -t 60 "OCA\ContextChat\BackgroundJobs\IndexerJob ") Executing occ context_chat:scan <user_id> will pop up the following error (It will be normal after repeating it a few times) From the log, I can see that there are messages about receiving data (which will keep recurring), but I don’t see any tasks for uploading files to Nextcloud. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
hi, sorry for the late reply.
this is the way to do that. From the logs it looks like a big file. What are the sizes of your test files? It seems like there was a request timeout by your proxy server since the file transfer took too long. |
maybe, or changing the sampler settings like temperature, top_p, etc., or try with different formats for the same data, arranging it around so its easier for the llm to understand it. It can't be done directly since you don't exactly know how the parser will parse the ods file so probably a text-like document with the data would be better. |
They are all default files after account creation, with a maximum size of about 14.3MB. |
I'm not entirely sure what happened but I guess the collectives folder was a bit too large to be processed synchronously when used in selective context (it wasn't indexed before). So I would suggest to first index the collectives folder with |
maybe document that in the ai docs too! |
When asking questions and specifying a directory or file for reference, the responses may sometimes include content that is not found within the specified directory or file. This is particularly likely to occur when a directory is chosen as the basis for the inquiry.
Is there any specific setting or way of asking questions that would allow for accurately finding content based on the inquiry and the specified document?
The text was updated successfully, but these errors were encountered: