Verba icon indicating copy to clipboard operation
Verba copied to clipboard

Response using Ollama giving the instructions back

Open PrimeMoose3 opened this issue 9 months ago • 1 comments

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

  1. Environment Setup:

    • .env File:
      OLLAMA_URL=http://localhost:11434
      OLLAMA_MODEL=llama3
      
  2. Documents Uploaded:

    • personal_information.txt:
      Name: John Doe
      Address: 123 Main Street, Anytown, USA 12345
      Email: [email protected]
      Phone: 555-123-4567
      

Additional context

Expected Behavior:

  • Correctly retrieve and use context for responses.

Actual Behavior:

  • Responses default to template or use incorrect context.

image

PrimeMoose3 avatar May 22 '24 06:05 PrimeMoose3