We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f090579 commit a854693Copy full SHA for a854693
terraform/modules/chat_langchain_backend/main.tf
@@ -9,7 +9,6 @@ locals {
9
WEAVIATE_URL = var.weaviate_url
10
WEAVIATE_API_KEY = var.weaviate_api_key
11
LANGCHAIN_TRACING_V2 = true
12
- LANGCHAIN_ENDPOINT = var.langchain_endpoint
13
LANGCHAIN_API_KEY = var.langsmith_api_key
14
LANGCHAIN_PROJECT = var.langchain_project
15
FIREWORKS_API_KEY = var.fireworks_api_key
terraform/modules/chat_langchain_backend/variables.tf
@@ -79,12 +79,6 @@ variable "max_instance_request_concurrency" {
79
default = 50
80
}
81
82
-variable "langchain_endpoint" {
83
- description = "Endpoint to use for LangSmith tracing"
84
- type = string
85
- default = "https://api.smith.langchain.com"
86
-}
87
-
88
variable "fireworks_api_key" {
89
description = "Fireworks api key to use for the backend"
90
type = string
0 commit comments