mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-15 04:00:33 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d79695cd42 |
@@ -160,7 +160,7 @@ No installation or API key required. FAISS requires `pip install faiss-cpu`.
|
|||||||
<Tab title="Pinecone">
|
<Tab title="Pinecone">
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install "semantica[pinecone]"
|
pip install "semantica[vectorstore-pinecone]"
|
||||||
```
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@@ -178,7 +178,7 @@ store = VectorStore(
|
|||||||
<Tab title="Weaviate">
|
<Tab title="Weaviate">
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install "semantica[weaviate]"
|
pip install "semantica[vectorstore-weaviate]"
|
||||||
```
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@@ -194,7 +194,7 @@ store = VectorStore(
|
|||||||
<Tab title="Qdrant">
|
<Tab title="Qdrant">
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install "semantica[qdrant]"
|
pip install "semantica[vectorstore-qdrant]"
|
||||||
```
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@@ -210,7 +210,7 @@ store = VectorStore(
|
|||||||
<Tab title="PgVector">
|
<Tab title="PgVector">
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install "semantica[pgvector]"
|
pip install "semantica[vectorstore-pgvector]"
|
||||||
```
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|||||||
Reference in New Issue
Block a user