Skip to content

Commit

Permalink
refactor: change the port
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Nov 4, 2024
1 parent e94c255 commit 1dd4626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastew/repository/weaviate.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class WeaviateRepository(BaseRepository):
logger = logging.getLogger(__name__)

def __init__(self, mode="memory", path=None, port=80, http_port=8079, grpc_port=50051):
def __init__(self, mode="memory", path=None, port=80, http_port=8079, grpc_port=50050):
self.mode = mode
try:
if mode == "memory":
Expand Down

0 comments on commit 1dd4626

Please sign in to comment.