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

🚀 refactor: Langchain v0.3 #74

Merged
merged 10 commits into from
Sep 27, 2024
Merged

🚀 refactor: Langchain v0.3 #74

merged 10 commits into from
Sep 27, 2024

Conversation

FinnConnor
Copy link
Collaborator

Updating requirements and imports for Langchain v0.3 . Should be able to install with requirements.txt

@FinnConnor FinnConnor self-assigned this Sep 23, 2024
@FinnConnor
Copy link
Collaborator Author

FinnConnor commented Sep 24, 2024

Used PGVector to store vectors and openAI text-embedding-3-small. Tested /embed-upload with a small text file (800kb), short book. Tested getting all ids (/get). Tested /query the small text file returned relevant documents. Tested getting documents by id. Tested deleting documents by ID. Rebuilt and tested from Docker.

@FinnConnor
Copy link
Collaborator Author

Used MongoDB with openAI "text-embedding-3-small".

  1. Tested embedding upload multiple files to atlas vector collection
  2. Tested querying one and multiple file_ids with relevant context
  3. Tested deleting file by id
  4. Tested pulling all ids

@danny-avila danny-avila changed the title Refactor: Langchain v0.3 🚀 refactor: Langchain v0.3 Sep 27, 2024
@danny-avila danny-avila merged commit edd8a0c into main Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants