Skip to content

Instantly share code, notes, and snippets.

View gmasse's full-sized avatar

Germain Masse gmasse

View GitHub Profile
@gmasse
gmasse / langchain_embedding.py
Created June 3, 2024 20:22
Langchain embeddings with OVHcloud AI Endpoints
#!/usr/bin/env python3
### Langchain embeddings with OVHcloud AI Endpoints
import os
import sys
import time
import requests
import logging
@gmasse
gmasse / llama-index_starter.py
Last active June 3, 2024 20:22
llama-index starter tutorial with OVHCloud AI Endpoints
#!/usr/bin/env python3
### Llama-index starter tutorial with OVHcloud AI Endpoints
import os
import requests
import time
import logging
import sys
@gmasse
gmasse / gist:4b0c34be3d797cd729d2
Last active February 22, 2022 16:00
OVH custom iPXE boot (dedicated server)