Verba
Verba copied to clipboard
Response using Ollama giving the instructions back
Description
Inconsistent context retrieval and response generation. Responses sometimes default to a template or provide incorrect context.
Is this a bug or a feature?
- [x] Bug
- [ ] Feature
Steps to Reproduce
-
Environment Setup:
-
.env File:
OLLAMA_URL=http://localhost:11434 OLLAMA_MODEL=llama3
-
.env File:
-
Documents Uploaded:
-
personal_information.txt:
Name: John Doe Address: 123 Main Street, Anytown, USA 12345 Email: [email protected] Phone: 555-123-4567
-
personal_information.txt:
Additional context
Expected Behavior:
- Correctly retrieve and use context for responses.
Actual Behavior:
- Responses default to template or use incorrect context.