🖼️ fix: missing images on Azure AI Search page (#192)

This commit is contained in:
Michael Biskach
2025-01-03 15:33:58 -05:00
committed by GitHub
parent 2640bd3a00
commit d78d8639df
13 changed files with 14 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ This is the authentication key to use when utilizing the search endpoint. Please
**2.** Choose pay per use or Azure Free with $200.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20151647.png?token=GHSAT0AAAAAACJ4TKEINPEOAV3LEPNPBDNCZLEKLAQ)
![image](/images/azure-ai-search/azure_portal_welcome.png)
## Create the Azure AI Search service
@@ -46,35 +46,35 @@ This is the authentication key to use when utilizing the search endpoint. Please
**2.** Click on `Create a resource`.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20151706.png?token=GHSAT0AAAAAACJ4TKEJDXD7E76YLZEV52Z4ZLEKLCQ)
![image](/images/azure-ai-search/azure_portal_menu.png)
**3.** Search for `Azure Search` in the bar and press enter.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20151732.png?token=GHSAT0AAAAAACJ4TKEJ7QZGNSNEOYKRGDIUZLEKLEQ)
![image](/images/azure-ai-search/azure_ai_search_in_marketplace.png)
**4.** Now, click on `Create`.
**5.** Configure the basics settings, create a new or select an existing Resource Group, name the Service Name with a name of your preference, and then select the location.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20151749.png?token=GHSAT0AAAAAACJ4TKEIPAZQJNYQ7RQLHVZCZLEKLGA)
![image](/images/azure-ai-search/create_azure_ai_search.png)
**6.** Click on `Change Pricing Tier`.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20151753.png?token=GHSAT0AAAAAACJ4TKEI6CUJZWIYIMDW2ZOOZLEKLHQ)
![image](/images/azure-ai-search/azure_ai_tier.png)
Now select the free option or select your preferred option (may incur charges).
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20151758.png?token=GHSAT0AAAAAACJ4TKEIU3TNDUT33I7NVJ5OZLEKLJQ)
![image](/images/azure-ai-search/azure_ai_free_tier.png)
**7.** Click on `Review + create` and wait for the resource to be created.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20151810.png?token=GHSAT0AAAAAACJ4TKEJ2B6CHSLMSJXSUWEUZLEKLKQ)
![image](/images/azure-ai-search/create_azure_ai_search_button.png)
## Create your index
**1.** Click on `Import data`.
![image](https://github.com/itzraiss/images/blob/main/Captura%20de%20tela%202023-11-26%20152107.png)
![image](/images/azure-ai-search/azure_ai_search_instance_info.png)
**2.** Follow the Microsoft tutorial: **[https://learn.microsoft.com/en-us/azure/search/search-get-started-portal](https://learn.microsoft.com/en-us/azure/search/search-get-started-portal)**, after finishing, save the name given to the index somewhere.
@@ -84,29 +84,30 @@ Now select the free option or select your preferred option (may incur charges).
**1.** In the `Url:` you have your `AZURE_AI_SEARCH_SERVICE_ENDPOINT`, copy and save it in a local safe place.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20152107.png?token=GHSAT0AAAAAACJ4TKEJIHDRS263BMLEAWQIZLEKSLQ)
![image](/images/azure-ai-search/azure_ai_search_instance_info.png)
**2.** On the left panel, click on `keys`.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20165630.png?token=GHSAT0AAAAAACJ4TKEII4DDP35JXEJVDK4QZLEKLOQ)
![image](/images/azure-ai-search/azure_ai_search_menu.png)
**3.** Click on `Add` and insert a name for your key.
**4.** Copy the key to get `AZURE_AI_SEARCH_API_KEY`.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20152140.png?token=GHSAT0AAAAAACJ4TKEIIMEY6VXUAHHJMINKZLEKLQQ)
![image](/images/azure-ai-search/azure_ai_search_keys.png)
# Configure in LibreChat:
**1.** Access the Plugins and click to install Azure AI Search.
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20170057.png?token=GHSAT0AAAAAACJ4TKEJT2ZGJVG4KDBEPXT2ZLEKLMA)
![image](/images/azure-ai-search/librechat_settings.png)
**2.** Fill in the Endpoint, Index Name, and API Key, and click on `Save`.
# Conclusion
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202023-11-26%20150249.png?token=GHSAT0AAAAAACJ4TKEJBIPW4PXDAHMYG5HGZLEKTIQ)
![image](/images/azure-ai-search/chat_with_azure_ai_search.png)
Now, you will be able to conduct searches using Azure AI Search. Congratulations! 🎉🎉

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB