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

couple of useful extensions (for me at least) #16

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

Commits on Jun 8, 2023

  1. ability to pass your own PromptTemplate to VectorStoreIndex

    Vladimir Klimes committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    fd16d48 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. a version of SimpleStupidVectorStore which stores acquired vectors in…

    … PSR-6 caching implementation if provided
    Vladimir Klimes committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    246c804 View commit details
    Browse the repository at this point in the history
  2. StringLoader for various plain string providers

    Vladimir Klimes committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1b0b9c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. phpunit tests for both new classes - they actually work similar to th…

    …eir siblings, so I used some test inheritance
    Vladimir Klimes committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3b85042 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. ability to modify both search type and k-number of returned documents…

    … by QA chain
    Vladimir Klimes committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    706d820 View commit details
    Browse the repository at this point in the history