Skip to content
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Weaviate
Verified
@Weaviate
Weaviate is an open-source vector database š
http://github.com/weaviate/weaviate
š°
http://newsletter.weaviate.io
X
GitHub
YouTube
Website
Public Apps
FlaskAPI
11 months ago
Vector Search with Weaviate Python v4
12 months ago
Try Semantic or Vector Search with Weaviate using the v4 Python client which is now official with the new Weaviate 1.24 release. This uses Embedded Weaviate to make it easier to get started, but you can also deploy it using docker, embedded, or make it easy to go to production and build enterprise ready applications using WCS. Make sure to create an OPENAI_APIKEY in your Secrets and add a valid key to your Repl! Learn more about Embedded Weaviate here: https://weaviate.io/developers/weaviate/installation/embedded Ready to go to production? Deploy your Weaviate instance through Weaviate Cloud Services or WCS: https://console.weaviate.cloud/
5 forks
Magic The Gathering: Magic Chat
1 year ago
This project is a Streamlit demo, "Magic Chat", designed to search through Magic The Gathering cards with various search options, such as BM25, Semantic Search, Hybrid Search and Generative Search. The Streamlit-Weaviate Connector enables developers to connect to a Weaviate database. You can check out the repository here: https://github.com/weaviate/st-weaviate-connection Check out this projects repository here: https://github.com/weaviate/magic-chat-demo/
2 likes
1 fork
AI Semantic Search w/ Weaviate Embedded
1 year ago
This repl implements semantic or similarity search with Weaviate to find relevant data that isn't tied to specific keywords but tied to relevance of those words.
15 likes
20 forks
AI Book Recommendations - Weaviate BookRecs
1 year ago
This Repl is a NextJS application that leverages the power of semantic search on Weaviate.
67 likes
110 forks
Python Quickstart 3. Generative Search w/ Weaviate Embedded
1 year ago
This repl demonstrates generative search with Weaviate Embedded. We'll retrieve a set of results just as we did previously, before using a large language model (LLM) to explain each answer in plain terms.
1 like
5 forks
Python Quickstart 2. Filtered Search w/ Weaviate Embedded
1 year ago
This repl demonstrates of semantic search where we specify a filter, much like a where clause in SQL using Weaviate Embedded.
Python Quickstart 1. Semantic Search w/ Weaviate Embedded
1 year ago
This repl implements semantic or similarity search with Weaviate to find relevant data that isn't tied to specific keywords but tied to relevance of those words.
1 like
51 forks
Quickstart 4. Generative Search
2 years ago
Finally, let's try a generative search. We'll retrieve a set of results just as we did above, before using a large language model (LLM) to explain each answer in plain terms.
1 like
3 forks
Quickstart 3. Semantic Search with Filtering
2 years ago
This is a variation of semantic search where we specify a filter, much like a where clause in SQL.
1 like
1 fork
View more