Closed ajaykallepalli closed 1 week ago
@ajaykallepalli Hello there, I'm relatively new to using Github at this level, but I hope you can help, it looks as though you did a bunch of work but closed this before it could be merged, could you let me know what the story is?
Hi @chickenrae, new to this as well. Meant to open this PR on the ArangoDB main branch but instead opened it on the OPEA branch instead. Will be doing an internal review before creating a PR for OPEA. Sorry for any confusion.
Steps to replicate microservice:
docker network create chathistory-network
docker create --name arango-vector \ --network chathistory-network \ -p 8529:8529 \ -e ARANGO_ROOT_PASSWORD=test \ jbajic/arangodb-arm:vector-index-preview
From the repository base directory
docker build -t opea/chathistory-arango-server:latest -f comps/chathistory/arango/Dockerfile .
docker run -p 6012:6012 \ --network chathistory-network \
-e http_proxy=$http_proxy \ -e https_proxy=$https_proxy \ -e no_proxy=$no_proxy \ -e ARANGODB_HOST=host.docker.internal \ -e ARANGODB_PORT=${ARANGODB_PORT} \ -e DB_NAME=${DB_NAME} \ -e COLLECTION_NAME=${COLLECTION_NAME} \ -e ARANGODB_USERNAME=${ARANGODB_USERNAME} \ -e ARANGODB_PASSWORD=${ARANGODB_PASSWORD} \ opea/chathistory-arango-server:latest