Replies: 1 comment 1 reply
-
Tabby manages the RAG layer on the server side at the repository level. Therefore, you can specify the repositories of interest in the config.toml file and simply add the necessary prefixes or suffixes as they are. P.S. Thank you for your efforts in creating Xcode support! Please let me know if you would like to be featured as a use case for Tabby's third-party editor support. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I recently brought Tabby support to Xcode through Copilot for Xcode and its extension. It works great.
Since I am doing RAG inside Copilot for Xcode, I am wondering what would be the correct way to include the content in the prompt. I have tried the
clipboard
field but it didn't work as expected.Currently, I am prepending the content to the top of the
prefix
. If prepending is the way to go, what is the suggested size ofprefix
?Beta Was this translation helpful? Give feedback.
All reactions