[HN Gopher] Show HN: Krixik - Easily sequence small/specialized ...
       ___________________________________________________________________
        
       Show HN: Krixik - Easily sequence small/specialized AI models (pip-
       installable)
        
       Our initial intention was to experiment with a smartbook idea, but
       we couldn't find a good prototyping tool for small/specialized AI
       models. That rabbit hole took us through vector databases, through
       infra for small AI, and finally here.  We're particularly proud of
       the accessibility/simplicity of our code syntax.  Krixik's model
       library is limited to eleven model types (modules) and a few dozen
       models, but we will significantly expand it. Other enhancements,
       like a local client and several 3rd-party integrations, are also
       planned.  You require API credentials to try Krixik. You can
       quickly get them through this form:
       https://forms.gle/WZ6PegC7pcmuGNNC9  And here's a demo video (our
       YouTube channel also has a couple dozen example videos in it):
       https://youtu.be/WpSSYLfvfdM
        
       Author : lucasllinasm
       Score  : 8 points
       Date   : 2024-11-04 15:03 UTC (7 hours ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | correa_brian wrote:
       | This is cool. Can I bring my own vector database? I'm currently
       | prototyping and want to experiment with different solutions.
       | Would be ideal if I could avoid needing to implement a few
       | different SDKs.
        
         | lucasllinasm wrote:
         | Not quite yet--that's something we have on the roadmap, but at
         | present vector databases can only really be searched through by
         | combining a _text-embedder_ module and a _vector-db_ module
         | (detail for both below). Any file processed through such a
         | pipeline will be semantically searchable.
         | 
         |  _Text embedder_ : https://krixik-
         | docs.readthedocs.io/latest/modules/ai_modules...
         | 
         |  _Vector DB_ : https://krixik-
         | docs.readthedocs.io/latest/modules/database_m...
         | 
         | Please continue submitting suggestions and requests; we'll take
         | them very much into account as evolving our roadmap.
        
       ___________________________________________________________________
       (page generated 2024-11-04 23:01 UTC)