feat: add Python code execution tool and RAG side project with Makefile targets

This commit is contained in:
2025-05-14 03:23:36 +00:00
parent a35080015a
commit 956d1af1ec
4 changed files with 345 additions and 261 deletions
+8 -1
View File
@@ -65,4 +65,11 @@ docker_run:
docker run -v .:/app --rm -it r
build_deb:
dpkg-deb --build r_package
dpkg-deb --build r_package
# --- RAG Side Project ---
rag_test: rag_test.c rag.c db_utils.c rag.h db_utils.h
$(CC) -o rag_test rag_test.c rag.c db_utils.c -lsqlite3 -ljson-c
run_rag_test: rag_test
./rag_test