Skip to content

Releases: Sefaria/AppliedAI

v1.3.0

17 Jul 09:32
38c9089
Compare
Choose a tag to compare

1.3.0 (2024-07-17)

Features

Bug Fixes

  • adapt convert_node_to_doc and remove id-related correspondence assumptions (fa1afe2)
  • adapt metadata field name for retrieve_nodes_matching_linker_results (1a71699)
  • chunk-node matching in get_chunks_corresponding_to_nodes (ec4fa1d)
  • classification reference data parameter (3d447c6)
  • metadata field name in get_graph_neighbors_by_url (1ab9a2e)
  • metadata field name in graph_traversal_retriever (b7ea1b8)
  • metadata field names in merge_references_by_url (f85bec4)
  • reduce nodes for graph search (3eb6bc1)
  • replace pagerank score retrieval approach (dc8369e)
  • use contain instead of equal in query_graph_db_by_url to adapt to Linker results (d6ddce5)

v1.2.0

11 Jul 12:18
9e726d1
Compare
Choose a tag to compare

1.2.0 (2024-07-11)

Features

  • batch min-max scaling of pagerank score (9d9ca72)
  • compute sem sim based upon enriched query (426c905)
  • count total token usage (07df7c9)
  • ensure emb are available for sem sim computation; retry db connection on failure (e4a430d)
  • ensure no duplicate chunks are collected (0388e36)
  • filter document category (0359270)
  • get graph neighbors by url (a82fd7a)
  • implement graph traversal function (f6656ce)
  • improve distinction between query types (902bcd3)
  • match in- and out-going neighbors (d1c0812)
  • merge references (213e3a7)
  • parametrize source filter for node neighbors (bce4dc9)
  • propagate ranking scores (f6e57c7)
  • query linker results and neighbors (9814599)
  • query neighbors of top-1 document (66647b3)
  • query node by url (96bf12c)
  • rank chunks corresponding to seed nodes (77d77bf)
  • return similar documents with similarity score to query (f00a095)
  • update config (4baaa27)
  • update gen_ref_str to also use linker config (9d704ce)
  • use dynamic central node score (5339bc5)

Bug Fixes

v1.1.0

25 May 10:24
d966ef5
Compare
Choose a tag to compare

1.1.0 (2024-05-25)

Features

  • vh.py: add topic_ontology method to VirtualHavruta class (a299486)

Bug Fixes

  • add missing import for os module in vh.py (cdde7b5)
  • initialize empty topics list in get_all_topics function in vh.py (7e440ff)

v1.0.1

22 May 19:13
04a74a2
Compare
Choose a tag to compare

1.0.1 (2024-05-22)

Bug Fixes

  • part_res: handle input as list and string correctly (3482d25)

v1.0.0

15 May 09:24
0e6bd29
Compare
Choose a tag to compare

1.0.0 (2024-05-15)

Features

  • add pyproject.toml (331caed)
  • add release pipeline (639424a)
  • rework layout to support importing as library (e75bc71)

Bug Fixes

  • import directives in exmaple app (d453944)
  • remove logging module (20951ee)