Replies: 2 comments
-
|
Hi @staann! I'm Dosu and I’m helping the ragflow team. To improve your AI agent for recommending undergraduate courses using RAGFlow and OLLAMA, here are some targeted steps and troubleshooting tips based on your setup and the issues you described: 1. RAGFlow and OLLAMA Integration 2. Data and Tagging 3. Retrieval and Similarity Settings 4. Prompt Engineering and Categorization 5. Troubleshooting Incorrect Recommendations
There is no dedicated "course recommendation" module in RAGFlow; recommendations are handled by configuring the pipeline, knowledge base, and prompts. The system is highly data- and config-driven, so careful setup is essential reference. If you encounter specific errors (like KeyError: 'llm'), you may need to patch the code as described in the issues reference. If you need more concrete examples or run into a specific error message, let me know the details and I can help you troubleshoot further. To reply, just mention my name @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
@staann welcome to join our discord community and we can have some discussions there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a website that has a virtual assistant to recommend subjects from the University I study at. This project is part of the "Software Development Methods" course at the Universidade de Brasília.
I webscraped the subjects from all departments at my University to provide ragflow with the necessary data.
The data for each subject is organized as follows:
I uploaded the LLM "OLLAMA" to be the LLM for my AI Agent. However, I am having difficulties. Because my AI Agent, when I send it study content so it can search the database for classes that make sense to take, it returns some classes that partially exist (for example, the name is almost correct, because it always adds an extra name that does not exist to the class name) and sometimes it returns classes that, despite having a similar name in the subject name, have nothing to do with it, for example (input: Neural Networks, output: Local Networks - class 123, instead of returning a subject that has to do with Artificial Intelligence).
I find the process of creating prompts and optimizing the flow of my AI agent very confusing, and I can't learn much.
I would appreciate any help that anyone can provide me, I would be very grateful.
If you want to help me, please contact me
Beta Was this translation helpful? Give feedback.
All reactions