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

Add query and response log to a csv file #33

Merged
merged 6 commits into from
Mar 29, 2024

Commits on Mar 12, 2024

  1. Update vector_db_pdf_ingestion.py

    - Changed ingestion methods to ignore files already loaded into embeddings;
    - Added .txt files support;
    - Added .csv files support (a column named "text" is transformed into embeddings).
    almirb authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e24e22a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from almirb/add-incremental-embeddings-support

    Update vector_db_pdf_ingestion.py
    almirb authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c77c3c0 View commit details
    Browse the repository at this point in the history
  3. feat: add query and response logging to CSV

    - Added functionality to log queries and responses in a CSV file.
    almirb committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8174594 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update pdf_tool.py

    Translated comments from portuguese to english.
    almirb authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b8a7b6c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    6933eda View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: linting, tests

    drivian committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0bcb871 View commit details
    Browse the repository at this point in the history