File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- do not remove -->
44
5+ ## 0.0.3
6+
7+ Add PgVectorizer
8+ Add ability to have predicates on uuid timestamp
9+
510## 0.0.2
611
712Add ability to infer start and end date from filters
Original file line number Diff line number Diff line change 11[DEFAULT]
22repo = python-vector
33lib_name = timescale-vector
4- version = 0.0.2
4+ version = 0.0.4
55min_python = 3.7
66license = apache2
77black_formatting = False
@@ -29,8 +29,8 @@ user = timescale
2929requirements = asyncpg psycopg2 pgvector
3030dev_requirements = python-dotenv langchain
3131readme_nb = index.ipynb
32- allowed_metadata_keys =
33- allowed_cell_metadata_keys =
32+ allowed_metadata_keys =
33+ allowed_cell_metadata_keys =
3434jupyter_hooks = True
3535clean_ids = True
3636clear_all = False
Original file line number Diff line number Diff line change 1- __version__ = "0.0.2 "
1+ __version__ = "0.0.4 "
You can’t perform that action at this time.
0 commit comments