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 Adapter based on OpenAI and PostgreSQL pgvector extension #137

Draft
wants to merge 1 commit into
base: 0.5
Choose a base branch
from

Conversation

alexander-schranz
Copy link
Member

@alexander-schranz alexander-schranz commented Mar 29, 2023

Some experimenting with OpenAI and PostgreSQL.

Reference:

TODO

  • Setup PostgreSQL with pgvector
  • Setup PDO Connection
  • Setup OpenAI Connection
  • SchemaManagerTest
  • IndexerTest
  • Example query vector data embedding
  • SearcherTest
  • Save Vector Data with Document
  • Search with Vector Data
  • Add Filter posibility

@alexander-schranz alexander-schranz force-pushed the feature/openai-postgresql-adapter branch 4 times, most recently from 8ea972d to 665b03e Compare March 29, 2023 23:00
@alexander-schranz alexander-schranz added features New feature or request help wanted Extra attention is needed labels Mar 29, 2023
@alexander-schranz alexander-schranz force-pushed the feature/openai-postgresql-adapter branch from 665b03e to 0f3284f Compare March 29, 2023 23:09
@alexander-schranz alexander-schranz force-pushed the feature/openai-postgresql-adapter branch from 0f3284f to 6aad449 Compare March 29, 2023 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant