Closed sunank200 closed 12 months ago
Latest commit: |
93ea3d8
|
Status: | ✅ Deploy successful! |
Preview URL: | https://3db4b985.ask-astro.pages.dev |
Branch Preview URL: | https://oss-weaviate-integration.ask-astro.pages.dev |
Some logic errors but mostly I'm concerned about readablity and generalizability. For the sake of the reference implementation we want to be very clear about DAG/task code and what should (eventually) go into the hook.
@mpgreg I have fixed most of your comments. Please check. Also just to be clear. This hook is not a drop-in replacement for LLM providers. It requires work contextual change to be added for LLM provider
AskAstroWeaviateHook
which inherits from OSSWeaviateHook
.get_schema
,check_schema
,create_schema
,handle_upsert_rollback
andingest_data
ask-astro-load.py
.closes: #134