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 2
2
3
3
<!-- do not remove -->
4
4
5
+ ## 0.0.3
6
+
7
+ Add PgVectorizer
8
+ Add ability to have predicates on uuid timestamp
9
+
5
10
## 0.0.2
6
11
7
12
Add ability to infer start and end date from filters
Original file line number Diff line number Diff line change 1
1
[DEFAULT]
2
2
repo = python-vector
3
3
lib_name = timescale-vector
4
- version = 0.0.2
4
+ version = 0.0.4
5
5
min_python = 3.7
6
6
license = apache2
7
7
black_formatting = False
@@ -29,8 +29,8 @@ user = timescale
29
29
requirements = asyncpg psycopg2 pgvector
30
30
dev_requirements = python-dotenv langchain
31
31
readme_nb = index.ipynb
32
- allowed_metadata_keys =
33
- allowed_cell_metadata_keys =
32
+ allowed_metadata_keys =
33
+ allowed_cell_metadata_keys =
34
34
jupyter_hooks = True
35
35
clean_ids = True
36
36
clear_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