Move shared types into their own crate (#41)

Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
José Ulises Niño Rivera 2024-09-04 15:31:05 -07:00 committed by GitHub
parent 4dd1f3693e
commit d98517f240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1435 additions and 14 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
envoyfilter/target
envoyfilter/qdrant_data/
public-types/target
embedding-server/venv/
chatbot-ui/venv/
__pycache__