Skip to content

Commit

Permalink
Split listener (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
adilhafeez authored Oct 8, 2024
1 parent 22bc3d2 commit 285aa14
Show file tree
Hide file tree
Showing 20 changed files with 449 additions and 335 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ model_server/model_server.egg-info
model_server/venv_model_server
model_server/build
model_server/dist
arch_logs/
6 changes: 6 additions & 0 deletions arch/arch_config_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ properties:
- model
- selector
- limit
tracing:
type: object
properties:
random_sampling:
type: integer
additionalProperties: false
additionalProperties: false
required:
- version
Expand Down
3 changes: 0 additions & 3 deletions arch/build_filter.sh

This file was deleted.

1 change: 1 addition & 0 deletions arch/build_filter_image.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker build -t archgw .. -f Dockerfile
6 changes: 5 additions & 1 deletion arch/docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ services:
image: archgw:latest
ports:
- "10000:10000"
- "11000:11000"
- "19901:9901"
volumes:
- ${ARCH_CONFIG_FILE:-../demos/function_calling/arch_config.yaml}:/config/arch_config.yaml
- /etc/ssl/cert.pem:/etc/ssl/cert.pem
- ./envoy.template.dev.yaml:/config/envoy.template.yaml
- ./envoy.template.yaml:/config/envoy.template.yaml
- ./target/wasm32-wasi/release/intelligent_prompt_gateway.wasm:/etc/envoy/proxy-wasm-plugins/intelligent_prompt_gateway.wasm
- ./arch_config_schema.yaml:/config/arch_config_schema.yaml
- ./tools/config_generator.py:/config/config_generator.py
- ./arch_logs:/var/log/
env_file:
- stage.env
179 changes: 0 additions & 179 deletions arch/envoy.template.dev.yaml

This file was deleted.

Loading

0 comments on commit 285aa14

Please sign in to comment.