You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Things we are currently working on:
20
20
-[ ] Runtime: Integration of the vector database [LanceDB](https://github.com/lancedb/lancedb)
21
21
-[ ] App: Implement the continuous process of vectorizing data
22
22
-[x]~~App: Define a common retrieval context interface for the integration of RAG processes in chats (PR [#281](https://github.com/MindWorkAI/AI-Studio/pull/281), [#284](https://github.com/MindWorkAI/AI-Studio/pull/284), [#286](https://github.com/MindWorkAI/AI-Studio/pull/286), [#287](https://github.com/MindWorkAI/AI-Studio/pull/287))~~
23
-
-[ ]App: Define a common augmentation interface for the integration of RAG processes in chats
23
+
-[x]~~App: Define a common augmentation interface for the integration of RAG processes in chats (PR [#288](https://github.com/MindWorkAI/AI-Studio/pull/288))~~
24
24
-[x]~~App: Integrate data sources in chats (PR [#282](https://github.com/MindWorkAI/AI-Studio/pull/282))~~
sb.AppendLine("Matched image content as base64-encoded data:");
86
+
sb.AppendLine("````");
87
+
sb.AppendLine(awaitimageContext.AsBase64(token));
88
+
sb.AppendLine("````");
89
+
break;
90
+
91
+
default:
92
+
logger.LogWarning($"The retrieval content type '{retrievalContext.Type}' of data source '{retrievalContext.DataSourceName}' at location '{retrievalContext.Path}' is not supported yet.");
93
+
break;
94
+
}
95
+
96
+
sb.AppendLine();
97
+
}
98
+
99
+
//
100
+
// Append the entire augmentation to the chat thread,
0 commit comments