Skip to content

Commit

Permalink
Add AI endpoint under: /api/v1/ai/completions to query the DB for i…
Browse files Browse the repository at this point in the history
…nformation.

Add a `cargo xtask ai` cli interface to the AI service

It uses that langchanin-rust apis interface with an LLM of your choice.

Signed-off-by: Hiram Chirino <[email protected]>
  • Loading branch information
chirino committed Sep 23, 2024
1 parent 0b234ea commit bc8a88d
Show file tree
Hide file tree
Showing 20 changed files with 1,650 additions and 34 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
/data
.trustify
/download/
.envrc

*.cdx.json

/flamegraph*.svg
/perf.data*
/dump.sql

.ai_history.txt
Loading

0 comments on commit bc8a88d

Please sign in to comment.