Skip to content

Commit

Permalink
BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Sep 30, 2024
1 parent db946e5 commit c575c11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
load("@rules_python//python:defs.bzl", "py_library")

py_library(
name = "falkordb",
srcs = ["falkordb.py"],
deps = [
"//llama_index/core:base",
"//llama_index/core/vector_stores:types",
],
visibility = ["//visibility:public"],
poetry_requirements(
name="poetry",
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python_sources()
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python_tests()

0 comments on commit c575c11

Please sign in to comment.