You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/client/tools/split_embed.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@ The process that starts clicking the **Populate Vector Store** button needs:
45
45
-**OCI**: you can browse and add more than one document into the same vectostore table at a time;
46
46
-**Local**: uploading more than one document into the same vectostore table at a time;
47
47
-**Web**: upload one txt,pdf,html from the URL provided.
48
+
-**SQL**: define a query on an Oracle DB to extract a field of VARCHAR2 type to embed the contents, row-by-row. Set the following parameters:
49
+
-**DB Connection**: put in input a string like
50
+
```CO/Welcome_12345@localhost:1521/FREEPDB1```
51
+
-**SQL**: set a query like
52
+
```select PRODUCT_NAME from PRODUCTS``` to get just one field. The content it will be embedded from a string starting with the field name, to provide a better context in the chunk similarity search.
53
+
48
54
49
55
-**Rate Limit (RPM)**: to avoid that a public LLM embedding service bans you for too much requests per second, out of your subscription limits.
0 commit comments