Skip to content

Commit 4b6c00a

Browse files
authored
Merge branch 'main' into update-restapi
2 parents 77c88da + 6f2c2bb commit 4b6c00a

34 files changed

+2959
-351
lines changed

.wordlist.txt

Lines changed: 129 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ DateTime
2525
DELUSER
2626
distro
2727
Ducati
28+
Embedder
2829
FOF
2930
FOREACH
3031
Falkor
@@ -35,6 +36,7 @@ FalkorDBGraph
3536
FalkorDBLite
3637
FalkorDBQAChain
3738
Gadepally
39+
Gemini
3840
Geospatial
3941
GETUSER
4042
GPL
@@ -120,6 +122,7 @@ Subcommands
120122
TF
121123
TTY
122124
TypeScript
125+
UI
123126
UNIQIE
124127
URIs
125128
UUID
@@ -178,6 +181,7 @@ falkordblite
178181
fulltext
179182
geospatial
180183
godoc
184+
gpt
181185
hasLabels
182186
haversin
183187
html
@@ -313,6 +317,7 @@ weightProp
313317
whitespace
314318
xyxel
315319
yaml
320+
yml
316321
uri
317322
util
318323
vec
@@ -395,10 +400,15 @@ propvalue
395400
ro
396401
GenAI
397402

398-
WCC
399-
WSL
403+
Kruskal's
404+
MSF
405+
MST
406+
MSTs
407+
Prim's
400408
SPpath
401409
SSpath
410+
WCC
411+
WSL
402412

403413
undirected
404414
preprocessing
@@ -436,6 +446,8 @@ cognee
436446
cognify
437447
topoteretes
438448
getzep
449+
zepai
450+
Zep's
439451
prune
440452
qdrant
441453
TechCorp
@@ -544,4 +556,119 @@ awslabs
544556
GraphStoreFactory
545557
FalkorDBGraphStoreFactory
546558
subdirectory
559+
subdirectories
547560
SSL
561+
multi
562+
tenant
563+
tenantId
564+
segregation
565+
MYAPP
566+
cloudserve
567+
shopfast
568+
learnhub
569+
TenantLabel
570+
Spring
571+
JPA
572+
CRUD
573+
Pageable
574+
DefaultFalkorDBClient
575+
FalkorDBClient
576+
FalkorDBConfig
577+
FalkorDBCustomConversions
578+
FalkorDBEntityConverter
579+
FalkorDBMappingContext
580+
FalkorDBRepository
581+
FalkorDBTemplate
582+
FalkorDBTransactionManager
583+
EnableFalkorDBRepositories
584+
EnableTransactionManagement
585+
PersonRepository
586+
PersonService
587+
TwitterUser
588+
UUIDStringGenerator
589+
findByAgeBetween
590+
findByAgeGreaterThanEqual
591+
findByAgeLessThan
592+
findByNameContaining
593+
findByNameIgnoreCase
594+
findByNameOrEmail
595+
findByNameStartingWith
596+
findByEmail
597+
findAllByOrderByNameAsc
598+
gradle
599+
jfalkordb
600+
JFalkorDB
601+
pom
602+
xml
603+
Autowired
604+
countByAge
605+
existsByEmail
606+
Interned
607+
findByNameNot
608+
findByAgeLessThanEqual
609+
findByNameEndingWith
610+
findByNameLike
611+
findByNameNotContaining
612+
findByEmailIsNull
613+
findByEmailIsNotNull
614+
findByActiveTrue
615+
findByActiveFalse
616+
findByAgeIn
617+
findByAgeNotIn
618+
findByNameAndAgeGreaterThan
619+
findFirstByOrderByCreatedAtDesc
620+
findTop10ByOrderByAgeDesc
621+
findByAgeGreaterThanEqual
622+
findTop5ByOrderByAgeDesc
623+
findFirstByOrderByAgeAsc
624+
deleteByAge
625+
findFriends
626+
findOlderThan
627+
countEmployees
628+
emailExists
629+
updateLastLogin
630+
minAge
631+
maxAge
632+
PageRequest
633+
LocalDateTimeToStringConverter
634+
StringToLocalDateTimeConverter
635+
Transactional
636+
KNOWS
637+
WORKS
638+
EMPLOYS
639+
OUTGOING
640+
INCOMING
641+
HAS
642+
employeeCount
643+
displayName
644+
followerCount
645+
cardinality
646+
KubeBlocks
647+
kubeblocks
648+
kbcli
649+
apecloud
650+
ApeCloud
651+
addons
652+
BackupRepo
653+
BackupSchedule
654+
BackupPolicy
655+
OpsRequest
656+
ComponentDefinition
657+
ClusterDefinition
658+
PodMonitor
659+
BGSAVE
660+
datafile
661+
quorum
662+
NLB
663+
nlb
664+
sharded
665+
topologies
666+
TLS
667+
Grafana
668+
Addon
669+
addon
670+
LoadBalancer
671+
NodePort
672+
orphaned
673+
replicas
674+
SQL's

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ remote_theme: just-the-docs/just-the-docs
22
title: FalkorDB Docs
33
description: The FalkorDB documentation
44
logo: "/images/falkor-logo.png"
5+
logo_link: "https://www.falkordb.com"
56
favicon_ico: "/images/favicon.ico"
67
gtm_tracking: GTM-MBWB627H
78

_includes/components/sidebar.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{%- comment -%}
2+
Include as: {%- include components/sidebar.html -%}
3+
Depends on: page(?), site.
4+
Results in: HTML for the side bar.
5+
Includes:
6+
title.html, components/site_nav.html, nav_footer_custom.html
7+
Overwrites:
8+
nav_footer_custom.
9+
Should not be cached, because nav_footer_custom.html might depend on page.
10+
{%- endcomment -%}
11+
12+
<div class="side-bar">
13+
<div class="site-header" role="banner">
14+
{% if site.logo_link %}
15+
<a href="{{ site.logo_link }}" class="site-title lh-tight">{% include title.html %}</a>
16+
{% else %}
17+
<a href="{{ '/' | relative_url }}" class="site-title lh-tight">{% include title.html %}</a>
18+
{% endif %}
19+
<button id="menu-button" class="site-button btn-reset" aria-label="Toggle menu" aria-pressed="false">
20+
<svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
21+
</button>
22+
</div>
23+
24+
{% include_cached components/site_nav.html %}
25+
26+
{% capture nav_footer_custom %}
27+
{%- include nav_footer_custom.html -%}
28+
{% endcapture %}
29+
{% if nav_footer_custom != "" %}
30+
{{ nav_footer_custom }}
31+
{% else %}
32+
<footer class="site-footer">
33+
This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
34+
</footer>
35+
{% endif %}
36+
</div>

0 commit comments

Comments
 (0)