Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create makedb function #152

Open
thatbudakguy opened this issue Jan 27, 2021 · 1 comment
Open

create makedb function #152

thatbudakguy opened this issue Jan 27, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@thatbudakguy
Copy link
Member

it will considerably speed up future work to be able to make and export phonetic n-gram indices that can be later used for querying, in the same way that you can do makeblastdb and then later query using this "database". there are lots of options for export/import formats, including:

relatedly, this command (makedb) could also be parameterized by a stored spaCy model, using Language.from_disk(). that way we could share a compiled version of the "DIRECT model" that includes our current spaCy stack.

@thatbudakguy thatbudakguy added this to the v2.0 milestone Jan 27, 2021
@thatbudakguy thatbudakguy added the enhancement New feature or request label Jan 27, 2021
@thatbudakguy thatbudakguy removed this from the v2.0 milestone Jan 28, 2021
@thatbudakguy
Copy link
Member Author

See also Qdrant, a vector database that supports running in-memory, on disk, or via a dedicated server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant