1
0
Fork 0

A small langchain demo project of a QA on movies

main
Assaf Vayner 1 year ago
commit 58903fc71c
43 changed files (588 MiB → 810 MiB)
  1. 22
      app.py
  2. 3
      data/a_wonder_book_for_girls_and_boys.txt
  3. 3
      data/andersen_fairy_tales.txt
  4. 499
      data/christmas_every_day_and_other_stories.txt
  5. 3
      data/english_fairy_tales.txt
  6. 147
      data/fables.txt
  7. 3
      data/fairy_tales_and_laughter.txt
  8. 3
      data/japanese_fairy_tales.txt
  9. 3
      data/movies.csv
  10. 456
      data/oscar_wilde.txt
  11. 779
      data/poems.txt
  12. 3
      data/the_best_american_humorous_short_stories.txt
  13. 3
      data/the_blue_fairy_book.txt
  14. 3
      data/the_children's_book_of_thanksgiving_stories.txt
  15. 3
      data/the_wind_in_the_willows.txt
  16. 3
      data/the_worlds_greatest_books.txt
  17. 317
      data/true_stories_of_wonderful_deeds.txt
  18. 3
      docs/images/movie_trivia.jpeg
  19. 3
      docs/images/pinocchio.png
  20. 2
      model/chroma-collections.parquet
  21. 4
      model/chroma-embeddings.parquet
  22. 3
      model/index/id_to_uuid_1e1e7d70-ced1-4f5d-9acd-4ee811fb98a7.pkl
  23. 3
      model/index/id_to_uuid_2a226d1a-5108-4414-a31b-2cd88bbeb9c2.pkl
  24. 3
      model/index/id_to_uuid_5309735f-4b51-4c52-b186-f9af7ee3e921.pkl
  25. 3
      model/index/id_to_uuid_6a6a22a2-d675-4a04-a09f-554bd2ed1abc.pkl
  26. 3
      model/index/index_1e1e7d70-ced1-4f5d-9acd-4ee811fb98a7.bin
  27. 3
      model/index/index_2a226d1a-5108-4414-a31b-2cd88bbeb9c2.bin
  28. 3
      model/index/index_5309735f-4b51-4c52-b186-f9af7ee3e921.bin
  29. 3
      model/index/index_6a6a22a2-d675-4a04-a09f-554bd2ed1abc.bin
  30. 3
      model/index/index_metadata_1e1e7d70-ced1-4f5d-9acd-4ee811fb98a7.pkl
  31. 3
      model/index/index_metadata_2a226d1a-5108-4414-a31b-2cd88bbeb9c2.pkl
  32. 3
      model/index/index_metadata_5309735f-4b51-4c52-b186-f9af7ee3e921.pkl
  33. 3
      model/index/index_metadata_6a6a22a2-d675-4a04-a09f-554bd2ed1abc.pkl
  34. 3
      model/index/uuid_to_id_1e1e7d70-ced1-4f5d-9acd-4ee811fb98a7.pkl
  35. 3
      model/index/uuid_to_id_2a226d1a-5108-4414-a31b-2cd88bbeb9c2.pkl
  36. 3
      model/index/uuid_to_id_5309735f-4b51-4c52-b186-f9af7ee3e921.pkl
  37. 3
      model/index/uuid_to_id_6a6a22a2-d675-4a04-a09f-554bd2ed1abc.pkl
  38. 85
      readme.md
  39. 2
      requirements.txt
  40. 5
      src/index.py
  41. 1
      src/train.py
  42. 6
      src/utils.py
  43. 4
      tests/model_load_test.py
Loading…
Cancel
Save