python3Packages.txtai: use pkgs.sqlite-vec via sqlite-vec-c
This commit is contained in:
parent
026bf166d9
commit
d29355f82e
@ -80,6 +80,9 @@ buildPythonPackage rec {
|
||||
meta = sqlite-vec-c.meta // {
|
||||
description = "Python bindings for sqlite-vec";
|
||||
maintainers = [ lib.maintainers.sarahec ];
|
||||
badPlatforms = [ "x86_64-darwin" ];
|
||||
badPlatforms = [
|
||||
# segfaults during test
|
||||
"x86_64-darwin"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
hnswlib,
|
||||
pgvector,
|
||||
sqlalchemy,
|
||||
sqlite-vec,
|
||||
sqlite-vec-c,
|
||||
# api
|
||||
aiohttp,
|
||||
fastapi,
|
||||
@ -103,7 +103,7 @@ let
|
||||
hnswlib
|
||||
pgvector
|
||||
sqlalchemy
|
||||
sqlite-vec
|
||||
sqlite-vec-c
|
||||
];
|
||||
api = [
|
||||
aiohttp
|
||||
|
@ -18312,7 +18312,7 @@ self: super: with self; {
|
||||
|
||||
txrequests = callPackage ../development/python-modules/txrequests { };
|
||||
|
||||
txtai = callPackage ../development/python-modules/txtai { };
|
||||
txtai = callPackage ../development/python-modules/txtai { sqlite-vec-c = pkgs.sqlite-vec; };
|
||||
|
||||
txtorcon = callPackage ../development/python-modules/txtorcon { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user