microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
https://microsoft.github.io/kernel-memory
MIT License
1.52k stars 293 forks source link

Fix #527 - Use NVarchar(max) db type for tags in SQL Server #530

Closed kbeaugrand closed 4 months ago

kbeaugrand commented 4 months ago

Motivation and Context (Why the change? What's the scenario?)

Resolve the issue #527 by removing size limit for tags field.

High level description (Approach, Design)

the merge command used nvarchar(256) field for tags management but it requires to remove this limit.

dluc commented 4 months ago

@kbeaugrand could you fix the build, see

image
kbeaugrand commented 4 months ago

@kbeaugrand could you fix the build, see

image

Fixed