processing is wrong #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
we should first process all questions/answers in the collections
then export
then only we process books, which starts from an exported library
then we use the metadata (which was also exported in the exported library), to do the embeddings
this should go fast
========================================
Demo Mycelium complete!
Next steps:
Start server: make run-mycelium
Search UI: http://localhost:8883/search
prob not right at end of demo loading
use
for remembering metadata we need to remember
Addressed in PR #24 (branch
development-fixes-feb).Commit:
23ea189Phase 2process_collections_for_qa()→export_books_for_serving()→index_books_for_search().ai/metadata from source collection to export directory.ai/metadata — never re-calls LLM if hash matches