Repository context for code completion #1218
-
I've created and modified the config.toml to point to local folder were the I have my repositories but I'm getting this error message when running the scheduler even though both folders exist: Index three repositories' source code as additional context for code completion.[[repositories]] [[repositories]] ––––––––––––––––––––––––––––––––––––––– Syncing repositories... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, as demonstrated in https://tabby.tabbyml.com/docs/configuration , local directory requires prefixing the path with So it should be [[repositories]]
name = "ML"
git_url = "file:///Users/click/ML"
[[repositories]]
name = "TabbyCodebaseCompletionDB"
git_url = "file:///Users/click/TabbyCodebaseCompletionDB" |
Beta Was this translation helpful? Give feedback.
-
Thanks! It built the dataset and indexed the repositories but I can't find any folders or files under .tabby/repositories/ |
Beta Was this translation helpful? Give feedback.
Hi, as demonstrated in https://tabby.tabbyml.com/docs/configuration , local directory requires prefixing the path with
file://
So it should be