Skip to content

Commit

Permalink
Add Weaviate module
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin committed Mar 22, 2024
1 parent 0488293 commit 143adcc
Show file tree
Hide file tree
Showing 10 changed files with 293 additions and 961 deletions.
17 changes: 17 additions & 0 deletions docs/modules/weaviate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Weaviate Module

[Weaviate](https://weaviate.io//) is an open source, AI-native vector database that helps
developers create intuitive and reliable AI-powered applications.

## Install

```bash
npm install @testcontainers/weaviate --save-dev
```

## Examples

<!--codeinclude-->
[Connect to Weaviate:](../../packages/modules/weaviate/src/weaviate-container.test.ts)
inside_block:connect
<!--/codeinclude-->
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ nav:
- Qdrant: modules/qdrant.md
- Redis: modules/redis.md
- Selenium: modules/selenium.md
- Weaviate: modules/weaviate.md
- Configuration: configuration.md
Loading

0 comments on commit 143adcc

Please sign in to comment.