use azure search
This commit is contained in:
@@ -10,20 +10,23 @@ spring:
|
||||
application:
|
||||
name: apollo
|
||||
ai:
|
||||
azure:
|
||||
openai:
|
||||
endpoint: "https://ai-olympus.openai.azure.com/"
|
||||
api-key: "9fb33cc69d914d4c8225b974876510b5"
|
||||
openai:
|
||||
api-key:
|
||||
api-key: "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
vectorstore:
|
||||
mongodb:
|
||||
uri:
|
||||
indexName: vector_index
|
||||
collection-name: vector_store
|
||||
initialize-schema: false
|
||||
azure:
|
||||
api-key: "jxKqZvbMKuo1MwXs8ilEAeRDeswtoTXO1lWX600jP2AzSeDXo1nq"
|
||||
url: "https://search-olympus.search.windows.net"
|
||||
initialize-schema: true
|
||||
data:
|
||||
mongodb:
|
||||
uri:
|
||||
database:
|
||||
username:
|
||||
password:
|
||||
uri: mongodb+srv://olympus_adm:26111979@olympus.l6qor4p.mongodb.net/?retryWrites=true&w=majority&appName=Olympus
|
||||
database: olympus
|
||||
username: olympus_adm
|
||||
password: 26111979
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 5000000MB
|
||||
@@ -34,8 +37,14 @@ ingestion:
|
||||
repository:
|
||||
basepath: C:\\Users\\andrea.terzani\\dev\\Olympus
|
||||
gitlab:
|
||||
token:
|
||||
token: "xxxxxxxx"
|
||||
path: /mnt/apollo_storage/repository #C:\\repos\\olympus_ai\\gitClone
|
||||
cloud:
|
||||
url: "https://gi2tlab.com/api/v4"
|
||||
token: "xxxxxxxx"
|
||||
onpremises:
|
||||
url: "http://localhost:8081/api"
|
||||
token: "xxxxxxxx"
|
||||
|
||||
eureka:
|
||||
client:
|
||||
|
||||
Reference in New Issue
Block a user