Skip to content

Conversation

@corradodebari
Copy link
Member

Basic implementation to ingest and embed texts from a column in a remote Oracle DB table.
It accepts VARCHAR field only.

ingestion & retrieval with content rerefence only in vectorstore to the original text content in a field table
one shot vector store ingestion from a SQL query
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 30, 2025
@corradodebari corradodebari self-assigned this Sep 30, 2025
@gotsysdba gotsysdba merged commit a537f0f into main Oct 1, 2025
4 of 5 checks passed
with connection.cursor() as cursor:

cursor.execute(query)
rows = cursor.fetchmany(3)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you changed 2 to 3. My previous suggestion was actually to add cursor.prefetchrows = 3 - see the driver tuning doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants