Azure / azure-search-vector-samples

A repository of code samples for Vector search capabilities in Azure AI Search.
https://azure.microsoft.com/products/search
MIT License
690 stars 285 forks source link

Moved langchain sample to subfolder #185

Closed HeidiSteen closed 4 months ago

HeidiSteen commented 4 months ago

The only edit to the langchain ipynb is line 136 adding an extra ..\ to reach the source docs. "directory = os.path.join(\"..\", \"..\", \"data\", \"documents\")\n",

Other ipynb edits are adding an H1 heading to the data chunking examples and linking back to the article.