utkarsharma2 opened a new pull request, #35502: URL: https://github.com/apache/airflow/pull/35502
Added the following util methods in the pinecone provider that are useful during the development phase of the LLM pipeline and are intended to be used from within the Python operator. Using these methods we can leverage the airflow's connections and can save time by avoiding writing boilerplate code from scratch. 1. list_indexes 2. create_index 3. describe_index 4. configure_index 5. create_collection 6. delete_collection 7. list_collections 8. query_vector 9. upsert_data_async 10. describe_index_stats -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
