Skip to content

Instantly share code, notes, and snippets.

View jcorrius's full-sized avatar

Jesús Corrius jcorrius

View GitHub Profile
@jcorrius
jcorrius / demoapi.service
Created November 15, 2018 09:18
Debian service file sample
[Unit]
Description=Demo Api Service
After=network.target
[Service]
Type=simple
ExecStart=/opt/bluekiri/demoapi/demoapi
ExecReload=/bin/kill -HUP $MAINPID
[Install]
@jcorrius
jcorrius / distributions
Created November 15, 2018 10:02
Sample distributions file for a Debian repo
Origin: Bluekiri Demo
Label: bluekiri
Codename: bionic
Architectures: amd64
Components: main
Description: Personal repository
SignWith: B501DE17DA19A16F

Yes, you absolutely can, and it's generally recommended for getting the best context and generative answers from Vertex AI Search when dealing with software projects.

The key is to consider how Vertex AI Search (and the underlying LLM) will interpret the relationship between your source code and its accompanying documentation.

Here are the main strategies, from simplest to most effective:


Strategy 1: Simple Co-location (Easiest to Setup)