File size: 627 Bytes
48bb68b
 
 
 
 
 
 
fd342b4
 
48bb68b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fd342b4
48bb68b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## OSTREA 
module OstreaCultura 

@info "Loading OstreaCultura.jl"

using JSON3, Dates, Sqids, CSV, DataFrames, StatsBase, Distances, PyCall

using CodecZlib

import Pandas.DataFrame as pdataframe

export MiniEncoder

## Load the FC Dataset 
#const fc = CSV.read("data/fact_check_latest.csv", DataFrame)
#const fc_embed = OC.dfdat_to_matrix(fc, :Embeddings)

#export multi_embeddings, DataLoader, df_to_pd, pd_to_df, create_pinecone_context

#include("Narrative.jl")
#include("NarrativeClassification.jl")
include("py_init.jl")
include("Embeddings.jl")
include("PyPineCone.jl")
include("compress.jl")
#include("Models.jl")

end