Skip to content

Commit 3b723fc

Browse files
Minor Updates
1 parent 201caec commit 3b723fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/JuliaHealthLLM.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ using PromptingTools.Experimental.RAGTools
55
using LinearAlgebra, SparseArrays
66
using JSON3, Serialization
77
using Statistics
8-
using LibPQ
98

109
include("utils.jl")
1110
include("pgvector.jl")

src/database.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Database
2-
2+
using LibPQ
33
function store_embeddings_pgvector(conn::LibPQ.Connection, embeddings::AbstractMatrix, chunks::AbstractVector, embedding_dimension::Int)
44
LibPQ.execute(conn, """
55
CREATE TABLE IF NOT EXISTS embeddings (

0 commit comments

Comments
 (0)