Skip to content

Feat: Integrate Pinecone for Embedding and Storage #4

@anishvkalbhor

Description

@anishvkalbhor

Set up the vector database pipeline using Pinecone. This involves creating a service that can:

  • Take extracted text from a document.
  • Split the text into smaller, meaningful chunks.
  • Generate vector embeddings for each chunk using an LLM.
  • Store these vectors in a Pinecone index for later retrieval.

Acceptance Criteria:

  • The application successfully connects to the Pinecone service.
  • A function can take a large block of text and store it as chunked vectors in Pinecone.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions