You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently tried to figure out that: how Tabby process a git repo (to AST) and save the processed into the Database or VectorDB for context searching at code completion stage? May I ask which part of the code contains the implementation of this feature?
I saw some CodeSearchSchema declaration in the crates/tabby-common/src/index.rs and had a rough view about the Schema, but I'd like to know more detail about the whole pipeline of how a git repo of code is processed and stored.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I recently tried to figure out that: how Tabby process a git repo (to AST) and save the processed into the Database or VectorDB for context searching at code completion stage? May I ask which part of the code contains the implementation of this feature?
I saw some CodeSearchSchema declaration in the
crates/tabby-common/src/index.rs
and had a rough view about the Schema, but I'd like to know more detail about the whole pipeline of how a git repo of code is processed and stored.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions