jonverrier / BraidEng

Engine code for an OpenAI assistant that likes to talk about AI, written using Typescript, Node.js, & the Azure stack. GPT-3 backed with a store of AI Canon documents.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Need some end-end tests that show we have correctly loaded & processed document e.g. similarity checks. #9

Closed jonverrier closed 2 months ago

jonverrier commented 2 months ago

Iterate through all documents in database. for each document, look up the set of source URLS and do a count of how many 'look like same course'. If > 1, is an exception.

Write out a table at the end, should not have any gaps, totals will be interesting to look at.

jonverrier commented 2 months ago

Closed - added 'hitTrackingId' to each knowledge chunk in Python scripts.