Skip to content

Commit 55250b1

Browse files
committed
wip
1 parent 6131f53 commit 55250b1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ Here are the preferred tools for development.
1919

2020
## Projects
2121

22-
| Project | Description | Image |
23-
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
24-
| [1_call_azure_openai_chat](apps/1_call_azure_openai_chat) | Call Azure OpenAI Service API from Python | No Image |
25-
| [2_streamlit_chat](/apps/2_streamlit_chat) | Create an Azure OpenAI Chat app using Streamlit | ![2_streamlit_chat](/images/2_streamlit_chat.chat_page.png) |
26-
| [3_call_azure_cosmos_db](/apps/3_call_azure_cosmos_db) | Call Azure Cosmos DB from Python | No Image |
27-
| [4_streamlit_chat_history](/apps/4_streamlit_chat_history) | Add feature to store chat history using Azure Cosmos DB | ![4_streamlit_chat_history](/images/4_streamlit_chat_history.chat_page.png) |
28-
| [5_streamlit_query_chat_history](/apps/5_streamlit_query_chat_history) | Search Chat History | ![5_streamlit_query_chat_history](/images/5_streamlit_query_chat_history.main.png) |
29-
| [6_call_azure_ai_search](/apps/6_call_azure_ai_search) | Call Azure AI Search from Python | No Image |
30-
| [7_streamlit_chat_rag](/apps/7_streamlit_chat_rag) | Add RAG feature to Streamlit chat app | ![7_streamlit_chat_rag](/images/7_streamlit_chat_rag.main.png) |
31-
| [8_streamlit_azure_openai_batch](/apps/8_streamlit_azure_openai_batch) | Call Azure OpenAI Batch API with Streamlit | ![8_streamlit_azure_openai_batch](/images/8_streamlit_azure_openai_batch.main.png) |
32-
| [9_streamlit_azure_document_intelligence](/apps/9_streamlit_azure_document_intelligence) | Call Azure AI Document Intelligence API with Streamlit | ![9_streamlit_azure_document_intelligence](/images/9_streamlit_azure_document_intelligence.main.png) |
33-
| [10_streamlit_batch_transcription](/apps/10_streamlit_batch_transcription) | Call Batch Transcription API with Streamlit | ![10_streamlit_batch_transcription](/images/10_streamlit_batch_transcription.main.png) |
34-
| [11_promptflow](/apps/11_promptflow) | Get started with Prompt flow | No Image |
35-
| [12_langgraph_agent](/apps/12_langgraph_agent) | Create agents with LangGraph | No Image |
36-
| [99_streamlit_examples](/apps/99_streamlit_examples) | Code samples for Streamlit | ![99_streamlit_examples](/images/99_streamlit_examples.explaindata.png) |
22+
| Project | Description | Image |
23+
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
24+
| [1_call_azure_openai_chat](apps/1_call_azure_openai_chat) | Call Azure OpenAI Service API from Python | No Image |
25+
| [2_streamlit_chat](/apps/2_streamlit_chat) | Create an Azure OpenAI Chat app using Streamlit | ![2_streamlit_chat](./images/2_streamlit_chat.chat_page.png) |
26+
| [3_call_azure_cosmos_db](/apps/3_call_azure_cosmos_db) | Call Azure Cosmos DB from Python | No Image |
27+
| [4_streamlit_chat_history](/apps/4_streamlit_chat_history) | Add feature to store chat history using Azure Cosmos DB | ![4_streamlit_chat_history](./images/4_streamlit_chat_history.chat_page.png) |
28+
| [5_streamlit_query_chat_history](/apps/5_streamlit_query_chat_history) | Search Chat History | ![5_streamlit_query_chat_history](./images/5_streamlit_query_chat_history.main.png) |
29+
| [6_call_azure_ai_search](/apps/6_call_azure_ai_search) | Call Azure AI Search from Python | No Image |
30+
| [7_streamlit_chat_rag](/apps/7_streamlit_chat_rag) | Add RAG feature to Streamlit chat app | ![7_streamlit_chat_rag](./images/7_streamlit_chat_rag.main.png) |
31+
| [8_streamlit_azure_openai_batch](/apps/8_streamlit_azure_openai_batch) | Call Azure OpenAI Batch API with Streamlit | ![8_streamlit_azure_openai_batch](./images/8_streamlit_azure_openai_batch.main.png) |
32+
| [9_streamlit_azure_document_intelligence](/apps/9_streamlit_azure_document_intelligence) | Call Azure AI Document Intelligence API with Streamlit | ![9_streamlit_azure_document_intelligence](./images/9_streamlit_azure_document_intelligence.main.png) |
33+
| [10_streamlit_batch_transcription](/apps/10_streamlit_batch_transcription) | Call Batch Transcription API with Streamlit | ![10_streamlit_batch_transcription](./images/10_streamlit_batch_transcription.main.png) |
34+
| [11_promptflow](/apps/11_promptflow) | Get started with Prompt flow | No Image |
35+
| [12_langgraph_agent](/apps/12_langgraph_agent) | Create agents with LangGraph | No Image |
36+
| [99_streamlit_examples](/apps/99_streamlit_examples) | Code samples for Streamlit | ![99_streamlit_examples](./images/99_streamlit_examples.explaindata.png) |
3737

3838
## How to run
3939

0 commit comments

Comments
 (0)