Renat Galimov
Renat Galimov
@pragmat1c1, any luck with implementing indexed search? I'm searching for a full-text search engine for a [personal productivity system](https://github.com/renatgalimov/org-basb-code) based on https://github.com/org-roam/org-roam. Currently, a full-text search is one of my...
I expect to start this in June.
I'm starting this one.
Work in progress in this repository. https://github.com/renatgalimov/org-embeddings What's done: 1. Getting the embedding from OpenAI 1. storing a vector in the JSON file. 1. Extremely basic search
I have a similar problem: ``` App Name: OpenMTP App Version: 3.2.10 UUID: a820e7c95cef957d1cdd584a389a28968b739f724fb06c4576a1a08fc1c5e1c3 MTP Mode: kalam Date Time: 2023-May-13 22:17:55 (1684005475290) OS type: Darwin / OS Platform: darwin /...
This particular branch seems to be dead. I use this fork: https://github.com/orgtre/anki-editor
I can confirm that the issue persists with the kernel 4.9.34.
@rrauenza, thanks for your comment. I created a simple ForeignKey field which allows my models to return subclassed foreign key values. ``` class InheritanceForwardManyToOneDescriptor(ForwardManyToOneDescriptor): def get_queryset(self, **hints): return self.field.remote_field.model.objects.db_manager(hints=hints).select_subclasses() class...
Impressive, but looks like it passed. Thanks for the update, Mark!
I tried to address this in #24 and then in #27. Now, after we added unit tests, I want to add tests for various note types and refactor #27 so...