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
Enable use of 3rd party/ open source/ locally hosted embedding models by adding base_url arg to OpenAI call in openparse.processing.semantic_transforms#69
This is an easy fix that gives the package a lot more flexibility. People can pass a different base_url to openparse.processing.ingest.SemanticIngestionPipeline to use any hosted embedding model that emulates OpenAI's API.
Example for using a locally hosted sentence-transformers embedding model:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is an easy fix that gives the package a lot more flexibility. People can pass a different
base_url
toopenparse.processing.ingest.SemanticIngestionPipeline
to use any hosted embedding model that emulates OpenAI's API.Example for using a locally hosted sentence-transformers embedding model:
Beta Was this translation helpful? Give feedback.
All reactions