microsoft / AzureDataRetrievalAugmentedGenerationSamples

Samples to demonstrate pathways for Retrieval Augmented Generation (RAG) for Azure Data
MIT License
128 stars 67 forks source link

Azure SQL + ACS sample notebook updates #28

Closed jdubeau closed 1 year ago

jdubeau commented 1 year ago

This PR updates the existing notebook Python/AzureSQL_CognitiveSearch/AzureSQL_CogSearch.ipynb to use the 2023-10-01 public API version (formerly 2023-07-01 API version).

It also adds a new notebook, Python/AzureSQL_CognitiveSearch/AzureSQL_CogSearch_IntegratedVectorization.ipynb which is similar to the former notebook but uses the python SDK for cognitive search and includes the newest private preview features including automatic chunking and integrated vectorization.