-
Notifications
You must be signed in to change notification settings - Fork 49
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
Ollama example needed, please~ ☕️ #241
Comments
This is my full source code, hope it explain everything. Or plese provide a working ollama example?
|
Hi @adamwuyu , Thanks you for reaching out and for sharing your code! Trying to answer your questions below:
|
Hi, Regarding the error you reported with Ollama classes, it was a bug that has been fixed in version |
I really like the flexibility and high integration of this project, so I have been trying to integrate with ollama today. Now it is 00:30 here and I have not succeeded yet. Can you help me?
Question 1:
This error will appear several times during the parsing process:
If this error occurs, the corresponding chunk nodes and relationships will not be generated, right?
Question 2:
Why does parsing a little more content result in a 500 error, such as a 50-page PDF?
Question 3:
Why sometimes this error happens:
Question 4:
In the latest version, the best practice for using the local ollama model is to use
or:
Using the former can start parsing, but it will cause problems 1, 2 and 3 mentioned above; if the latter is used, parsing cannot be started, and an error is prompted:
The text was updated successfully, but these errors were encountered: