Giter Club home page Giter Club logo

Comments (6)

TaviTruman avatar TaviTruman commented on August 23, 2024

Hey @yatli does this enhancement manifest itself as a breaking-change? I am using index on RDF-Triple [s,p,o] Axioms and Object-values that reference Subject [TBox] and or Predicate Axioms [ABox]. I am using "struct" to model and represent object values resolution vs. object references projections where I need to reference the ICell-based framework. Also to have the object-reference in a triple-store representation accessible by other indexer module is great as differing search and inference strategies can be deployed; what type, if any, metadata does the GE compute engine generate.

from graphengine.

yatli avatar yatli commented on August 23, 2024

@TaviTruman you can save the generated code and incorporate it with the tsl project (with the nuget package, we can add custom code to a tsl assembly and access the internal components). I feel like this is a better way to approach the index problem, as filling the indexer code into the codegen will bring in too many assumptions, which may or may not suit a user's need.

from graphengine.

TaviTruman avatar TaviTruman commented on August 23, 2024

@yatli Okay that works for me.

from graphengine.

yatli avatar yatli commented on August 23, 2024

@TaviTruman btw we can also adapt the current bigram as such a "index module". Are you using the raw query inteface (feed in string, get a list of cell ids) or the LINQ interface? The LINQ part could be a more general one and it could serve all index modules, and thus we can split this part out so that we can maintain the bigram index more easily. :)

from graphengine.

TaviTruman avatar TaviTruman commented on August 23, 2024

I'm using the LINQ interface and yes your right regarding the more general use-case; I had a thought about that a few weeks ago as it makes sense for reuse while just passing in a expression as parametric control for indexing. Separating out away from Bigram indexing will make space for idiosyncratic optimizations and behavior enhancement and this is a good thing.

from graphengine.

yatli avatar yatli commented on August 23, 2024

Moving this item to Future.

from graphengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.