mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Fix documentation
This commit is contained in:
@@ -50,7 +50,7 @@ public class ChatService(IMemoryCache cache, IChatCompletionService chatCompleti
|
|||||||
|
|
||||||
""");
|
""");
|
||||||
|
|
||||||
// TODO: Ensure that the chunks are not too long, according to the model max token.
|
// TODO: Ensure that chunks are not too long, according to the model max token.
|
||||||
foreach (var result in chunks.Select(c => c.Content))
|
foreach (var result in chunks.Select(c => c.Content))
|
||||||
{
|
{
|
||||||
prompt.AppendLine(result);
|
prompt.AppendLine(result);
|
||||||
|
|||||||
Reference in New Issue
Block a user