Removed fixed TODO comment
This commit is contained in:
2
db.py
2
db.py
@@ -35,8 +35,6 @@ class Database:
|
|||||||
which can then be used to obtain record.
|
which can then be used to obtain record.
|
||||||
TODO For faster nearest neighbour lookup we should use something else,
|
TODO For faster nearest neighbour lookup we should use something else,
|
||||||
e.g. kd-trees
|
e.g. kd-trees
|
||||||
TODO The resulting db is huge (50 MB for 4 pdfs), contains a lot of duplicit uncompressed text.
|
|
||||||
We should at least de-duplicate the document path.
|
|
||||||
"""
|
"""
|
||||||
vectors: list[Vector]
|
vectors: list[Vector]
|
||||||
records: dict[VectorBytes, Record]
|
records: dict[VectorBytes, Record]
|
||||||
|
|||||||
Reference in New Issue
Block a user