Skip to content

Commit 35180b0

Browse files
Merge pull request #285 from oracle/56-oracle-db-integration
56 oracle db integration
2 parents 627cc06 + 0e4ba42 commit 35180b0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
14.7 KB
Loading

docs/content/client/tools/split_embed.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ The process that starts clicking the **Populate Vector Store** button needs:
4545
- **OCI**: you can browse and add more than one document into the same vectostore table at a time;
4646
- **Local**: uploading more than one document into the same vectostore table at a time;
4747
- **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+
4854

4955
- **Rate Limit (RPM)**: to avoid that a public LLM embedding service bans you for too much requests per second, out of your subscription limits.
5056

0 commit comments

Comments
 (0)