Extraction upgrade (#61)

* Added KG Topics
* Updated prompt-template
* Fixed prompt-generic
This commit is contained in:
Jack Colquitt 2024-09-15 14:47:57 -07:00 committed by GitHub
parent 13f6b5d87f
commit 728ff7542a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 401 additions and 45 deletions

View file

@ -27,6 +27,7 @@ scrape_configs:
- 'vectorize:8000'
- 'embeddings:8000'
- 'kg-extract-definitions:8000'
- 'kg-extract-topics:8000'
- 'kg-extract-relationships:8000'
- 'store-graph-embeddings:8000'
- 'store-triples:8000'