This Gist is now part of https://github.com/gmasse/ovh-ipxe-customer-script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
### Langchain embeddings with OVHcloud AI Endpoints | |
import os | |
import sys | |
import time | |
import requests | |
import logging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
### Llama-index starter tutorial with OVHcloud AI Endpoints | |
import os | |
import requests | |
import time | |
import logging | |
import sys |