We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb38d2 commit b1ad665Copy full SHA for b1ad665
agentic_rag/README.md
@@ -66,7 +66,7 @@ The app uses **PgVector** for vector storage and retrieval. Follow these steps t
66
```
67
68
5. **Create a New Table with Vector(768):**
69
- If you're setting up a new table with an embedding column of dimension 768, run the following SQL command:
+ Setup up a new table with an embedding column of dimension 768, run the following SQL command:
70
```sql
71
CREATE TABLE pdf_documents_v2 (
72
id character varying PRIMARY KEY,
0 commit comments