feat(llm): add LLM integration instructions and handler
* Serve LLM instructions at `/llm` * Include markdown content for memory instructions * Update README with LLM integration details * Add tests for LLM instructions handler * Modify database migrations to use GUIDs for thoughts and projects
This commit is contained in:
@@ -16,7 +16,7 @@ as $$
|
||||
begin
|
||||
return query
|
||||
select
|
||||
t.id,
|
||||
t.guid,
|
||||
t.content,
|
||||
t.metadata,
|
||||
1 - (t.embedding <=> query_embedding) as similarity,
|
||||
|
||||
Reference in New Issue
Block a user