Skip to content

Commit b1ad665

Browse files
committed
update readme
1 parent 8bb38d2 commit b1ad665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentic_rag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The app uses **PgVector** for vector storage and retrieval. Follow these steps t
6666
```
6767

6868
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:
69+
Setup up a new table with an embedding column of dimension 768, run the following SQL command:
7070
```sql
7171
CREATE TABLE pdf_documents_v2 (
7272
id character varying PRIMARY KEY,

0 commit comments

Comments
 (0)