Skip to content

Commit

Permalink
Added initial API logic, crud for graph, connected vectordb and graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Nov 13, 2023
1 parent ceba0d3 commit fe78d4e
Show file tree
Hide file tree
Showing 30 changed files with 7,103 additions and 300 deletions.
3 changes: 1 addition & 2 deletions level_4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ RUN apt-get update -q && \

WORKDIR /app
COPY cognitive_architecture/ /app
COPY cognitive_architecture/scripts/ /app

COPY cognitive_architecture/entrypoint.sh /app/entrypoint.sh
COPY cognitive_architecture/scripts/create_database.py /app/create_database.py
RUN chmod +x /app/entrypoint.sh

ENTRYPOINT ["/app/entrypoint.sh"]
Loading

0 comments on commit fe78d4e

Please sign in to comment.