Skip to content
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

Update knowledge base #485

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. Update knowledge_base.py

    darrassi1 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5123db8 View commit details
    Browse the repository at this point in the history
  2. Update agent.py

    darrassi1 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ea45f54 View commit details
    Browse the repository at this point in the history
  3. Update requirements.txt

    darrassi1 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5814fee View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    78693d1 View commit details
    Browse the repository at this point in the history
  2. Update agent.py

    darrassi1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ea8c01f View commit details
    Browse the repository at this point in the history
  3. add_knowledge(query, contents=results[query])

    i remplaced  add_knowledge(tag=query, contents=results[query])
     with
    add_knowledge(query, results[query])
    
      "tag="  in the argument was causing the probleme
    darrassi1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a4cf6fa View commit details
    Browse the repository at this point in the history
  4. Update agent.py

    i updated search_queries function to be accurate
    darrassi1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2f36443 View commit details
    Browse the repository at this point in the history
  5. Update knowledge_base.py

    i added  session.refresh(knowledge)    to add_khowledge function
    darrassi1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fc9b821 View commit details
    Browse the repository at this point in the history
  6. Update agent.py

    darrassi1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ea068c8 View commit details
    Browse the repository at this point in the history