Skip to content

Conversation

@gadhagod
Copy link

@gadhagod gadhagod commented Aug 17, 2023

Integrates Rockset as a vector store.

Rockset is a real-time analytics database which enables queries on massive, semi-structured data without operational burden. Rockset is serverless and fully managed. It offloads the work of managing configuration, cluster provisioning, denormalization, and shard / index management. Rockset is also SOC 2 Type II compliant and offers encryption at rest and in flight, securing and protecting any sensitive data. Most teams can ingest data into Rockset and start executing queries in less than 15 minutes.

This PR is similar to langchain-ai/langchain#6216.

  • Added integration tests
  • Added docs & example program
  • Linted & formatted

@vercel
Copy link

vercel bot commented Aug 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langchainjs-docs ❌ Failed (Inspect) Aug 17, 2023 10:42pm

@gadhagod gadhagod marked this pull request as ready for review August 17, 2023 22:48
@gadhagod gadhagod marked this pull request as draft August 17, 2023 22:57
"@planetscale/database": "^1.8.0",
"@qdrant/js-client-rest": "^1.2.0",
"@raycast/api": "^1.55.2",
"@rockset/client": "*",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: fix

* page content
* @param {RocksetLibArgs} args
*/
constructor(embeddings: Embeddings, args: RocksetLibArgs) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will be great to track the usage

@kwadhwa18
Copy link
Contributor

I have opened a new PR for this with upstream updated

@gadhagod
Copy link
Author

Finished in #3231.

@gadhagod gadhagod closed this Nov 23, 2023
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