brianm / kcci

Keith's Index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keith's Card Catalog Index

.plan

  1. parse inputs in common formats to build candidate list
  2. use openlibrary to get information about candidates
  3. create embedding for each candidate
  4. store embedding raw data with the candidate in sqlite or something (so we can rebuild index without recaclulating embeddings)
  5. Build an index (annoy? faiss?) of the embeddings

References

About

Keith's Index

License:Apache License 2.0


Languages

Language:Python 100.0%